From 58a5f61d46c52a5ac013f9b0053f38943002bd57 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Fri, 28 Apr 2017 01:17:18 -0700 Subject: [PATCH] inotify: Don't export unused function We don't need to export inotify_remove_file(), since it isn't used anywhere else. --- inotify.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/inotify.h b/inotify.h index 0f378c2..6be4e4f 100644 --- a/inotify.h +++ b/inotify.h @@ -1,7 +1,4 @@ #ifdef HAVE_INOTIFY -int -inotify_remove_file(const char * path); - void * start_inotify(); #endif