diff --git a/src/stt/src/flt/flute.cpp b/src/stt/src/flt/flute.cpp index 759980fa213..6843a3eefec 100644 --- a/src/stt/src/flt/flute.cpp +++ b/src/stt/src/flt/flute.cpp @@ -281,9 +281,6 @@ static unsigned char charNum(unsigned char c) return 0; } -// Decodes a decimal integer from the string s. -// Returns the decoded value in *value and returns -// the number of characters read. inline const char* readDecimalInt(const char* s, int& value) { value = 0;