Skip to content

Commit

Permalink
Delete misleading comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Rasmus Munk Larsen <[email protected]>
  • Loading branch information
rmlarsen committed Dec 15, 2023
1 parent 58c99eb commit 7f01342
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/stt/src/flt/flute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7f01342

Please sign in to comment.