Skip to content

Commit 217c253

Browse files
committed
Remove strtofloat
Signed-off-by: Stefan Weil <[email protected]>
1 parent 7c3f900 commit 217c253

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ccutil/scanutils.h

-5
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ int vfscanf(FILE* stream, const char *format, va_list ap);
5757
// information, as this function attempts to mimic its behavior.
5858
int creat(const char *pathname, mode_t mode);
5959

60-
// Convert the specified C-String to a float. Returns the first parsed float,
61-
// or 0.0 if no floating point value could be found. Note that scientific
62-
// floating-point notation is not supported.
63-
double strtofloat(const char* s);
64-
6560
#endif // EMBEDDED
6661

6762
#endif // TESSERACT_CCUTIL_SCANUTILS_H_

0 commit comments

Comments
 (0)