diff options
| author | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-17 01:00:28 +0200 |
|---|---|---|
| committer | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-17 01:00:28 +0200 |
| commit | c664fcba196669b329e3e8f63c76120b5cd50df2 (patch) | |
| tree | dbe3a068c66a3ea5a280253ac317d769176e9e83 /exec.h | |
| parent | b4b2b83b94ce77de727e9eed2736908c649f62bb (diff) | |
cleanups
- put some definitions in `typeutils.h`
- remove superfluous code sections
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; |
