From 2f4144e1cdf59ab151036a6e45410dbf14435c16 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 8 Nov 2009 22:11:37 +0100 Subject: utils: removed function set_nonblocking() It's not used anymore, its features have been moved to fd_util.c. --- src/utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils.h') 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. * -- cgit v1.2.3