diff options
author | Murray Calavera <murray.calavera@gmail.com> | 2016-04-21 17:46:03 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-04-24 11:51:28 -0400 |
commit | d7072e1631120532d9635ca87f8b1af34ddf36c7 (patch) | |
tree | 0661dbaf1b556fdbec76071ab83fe9f67212bb51 /src/shared/util.h | |
parent | 7f4f5b7dba1122c2fdc75dc4b704bdc53ad030b9 (diff) |
shared: remove unused function `execute_command`
Signed-off-by: Murray Calavera <murray.calavera@gmail.com>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
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 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) \ |