diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h index 18dfa97b8c..97e1b1ba41 100644 --- a/src/util.h +++ b/src/util.h @@ -336,8 +336,6 @@ int running_in_chroot(void); char *ellipsize(const char *s, unsigned length, unsigned percent); -void nss_disable_nscd(void); - int touch(const char *path); const char *ioprio_class_to_string(int i); |