summaryrefslogtreecommitdiff
path: root/exec.h
diff options
context:
space:
mode:
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
commitc664fcba196669b329e3e8f63c76120b5cd50df2 (patch)
treedbe3a068c66a3ea5a280253ac317d769176e9e83 /exec.h
parentb4b2b83b94ce77de727e9eed2736908c649f62bb (diff)
cleanups
- put some definitions in `typeutils.h` - remove superfluous code sections
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;