summaryrefslogtreecommitdiff
path: root/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'exec.h')
-rw-r--r--exec.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/exec.h b/exec.h
index 11a4eb9..e7ab064 100644
--- a/exec.h
+++ b/exec.h
@@ -3,13 +3,6 @@
#include "typeutils.h"
#include "parse.h"
-typedef struct {
- char* key;
- char* val;
-} StrPair;
-
-DECLARE_VEC(StrPair, KeyValMap)
-DECLARE_MAYBE(char*, MaybeStr)
typedef struct {
KeyValMap aliases;