Skip to content
Snippets Groups Projects
Commit cbf8a71a authored by ilor's avatar ilor
Browse files

rm dead code line

parent 9121e45b
Branches
No related merge requests found
......@@ -80,7 +80,6 @@ void RftWriter::write_token(const Token& t)
const Lexeme& pref = t.get_preferred_lexeme(tagset());
os() << "\t";
write_tag(pref.tag());
std::string tag_str = tagset().tag_to_no_opt_string(pref.tag());
}
os() << "\n";
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment