commit 329254fb8f6fe661332e0826f88539cb45468292 Author: Tanmai Khanna Date: Tue May 12 19:34:06 2020 +0530 remove redundant comment diff --git a/apertium/transfer.cc b/apertium/transfer.cc index 8af029e..e1c3abc 100644 --- a/apertium/transfer.cc +++ b/apertium/transfer.cc @@ -835,7 +835,7 @@ Transfer::processChunk(xmlNode *localroot) result.append(processTags(i)); result.append("{"); } - else if(!xmlStrcmp(i->name, (const xmlChar *) "lu")) //Need to add secondary tags here! + else if(!xmlStrcmp(i->name, (const xmlChar *) "lu")) { in_out_lu = true; stags.clear();