Skip to content

Commit

Permalink
Removed: Redundant declaration void FSTProcessor::decomposition()
Browse files Browse the repository at this point in the history
  • Loading branch information
singh-lokendra committed May 18, 2019
1 parent 944ed25 commit 95b7f31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lttoolbox/fst_processor.h
Expand Up @@ -455,7 +455,6 @@ class FSTProcessor
void postgeneration(FILE *input = stdin, FILE *output = stdout);
void intergeneration(FILE *input = stdin, FILE *output = stdout);
void transliteration(FILE *input = stdin, FILE *output = stdout);
void decomposition(FILE *input = stdin, FILE *output = stdout);
wstring biltrans(wstring const &input_word, bool with_delim = true);
wstring biltransfull(wstring const &input_word, bool with_delim = true);
void bilingual(FILE *input = stdin, FILE *output = stdout);
Expand Down

0 comments on commit 95b7f31

Please sign in to comment.