diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-13 12:28:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-13 12:28:04 +0100 |
commit | 1d9b8e58340e0fdc77158f04c36f5e6736754259 (patch) | |
tree | 059c041a15c6f1eacc42b065882af3d2f80049de /src/basic/fdset.h | |
parent | 0655ef96fd88e3443009486256ce7bab43a27e56 (diff) |
util: drop two unused calls from src/basic/
Diffstat (limited to 'src/basic/fdset.h')
-rw-r--r-- | src/basic/fdset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/fdset.h b/src/basic/fdset.h index 12d0cef761..16efe5bdf2 100644 --- a/src/basic/fdset.h +++ b/src/basic/fdset.h @@ -32,7 +32,6 @@ FDSet* fdset_free(FDSet *s); int fdset_put(FDSet *s, int fd); int fdset_put_dup(FDSet *s, int fd); -int fdset_consume(FDSet *s, int fd); bool fdset_contains(FDSet *s, int fd); int fdset_remove(FDSet *s, int fd); |