diff options
Diffstat (limited to 'exec.h')
| -rw-r--r-- | exec.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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; |
