core: Remove unnecessary typedef

ExecContext isn't used in this header file, and everything seems to
build just fine without this typedef.  The typedef doesn't really belong
here, and at least my gcc-4.4.6 gives an error on type redefined.
This commit is contained in:
Henrik Grindal Bakken 2013-04-17 18:08:37 +02:00 committed by Kay Sievers
parent cddf148028
commit 05b9b83ad3

View file

@ -23,8 +23,6 @@
#include <stdbool.h>
typedef struct ExecContext ExecContext;
int setup_tmpdirs(char **tmp_dir, char **var_tmp_dir);
int setup_namespace(char **read_write_dirs,
char **read_only_dirs,