diff options
author | Max Kellermann <max@duempel.org> | 2009-11-08 22:11:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-08 22:11:37 +0100 |
commit | 2f4144e1cdf59ab151036a6e45410dbf14435c16 (patch) | |
tree | 5f5082766f9365f9ec4701d2b658fb5384c0d8cb /src/utils.h | |
parent | f66edccffdc4a9276ae9dced69fa6fb74ee1f97e (diff) | |
download | mpd-2f4144e1cdf59ab151036a6e45410dbf14435c16.tar.gz mpd-2f4144e1cdf59ab151036a6e45410dbf14435c16.tar.xz mpd-2f4144e1cdf59ab151036a6e45410dbf14435c16.zip |
utils: removed function set_nonblocking()
It's not used anymore, its features have been moved to fd_util.c.
Diffstat (limited to 'src/utils.h')
-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 a77d4a03d..9d891be4a 100644 --- a/src/utils.h +++ b/src/utils.h @@ -33,8 +33,6 @@ char *parsePath(char *path); -int set_nonblocking(int fd); - /** * Checks whether a string array contains the specified string. * |