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 d3fb7a61c..d20f0b4fe 100644 --- a/src/utils.h +++ b/src/utils.h @@ -28,8 +28,6 @@ } while (0) #endif /* !assert_static */ -void my_usleep(long usec); - char *parsePath(char *path); int set_nonblocking(int fd); |