diff options
Diffstat (limited to 'src/shared/util.h')
-rw-r--r-- | src/shared/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index e9178b9bd..5c1dc4801 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -420,8 +420,6 @@ typedef enum UnquoteFlags { int unquote_first_word(const char **p, char **ret, UnquoteFlags flags); -int execute_command(const char *command, char *const argv[]); - #define INOTIFY_EVENT_MAX (sizeof(struct inotify_event) + NAME_MAX + 1) #define FOREACH_INOTIFY_EVENT(e, buffer, sz) \ |