summaryrefslogtreecommitdiff
path: root/src/shared/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/util.h')
-rw-r--r--src/shared/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/util.h b/src/shared/util.h
index e9178b9bd3..5c1dc48019 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) \