diff options
Diffstat (limited to '')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h index e7594c261..9701b9d4c 100644 --- a/src/utils.h +++ b/src/utils.h @@ -37,8 +37,6 @@ } while (0) #endif /* !assert_static */ -char *myFgets(char *buffer, int bufferSize, FILE * fp); - void stripReturnChar(char *string); void my_usleep(long usec); |