utils: removed function set_nonblocking()

It's not used anymore, its features have been moved to fd_util.c.
This commit is contained in:
Max Kellermann
2009-11-08 22:11:37 +01:00
parent f66edccffd
commit 2f4144e1cd
2 changed files with 0 additions and 32 deletions

View File

@@ -33,8 +33,6 @@
char *parsePath(char *path);
int set_nonblocking(int fd);
/**
* Checks whether a string array contains the specified string.
*