diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-08-09 07:30:59 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-08-09 07:30:59 +0000 |
| commit | 4fa342bcfdb5ebcbe65cabe1fb9ac3a46ea4ddca (patch) | |
| tree | e7398fc7b26e9bd225f2c10ed0557baa771fca78 /src/state.c | |
| parent | e2cda84ebbd073ece54692c6a3d785afc6148268 (diff) | |
checkpoint (it doesn't compile)
Diffstat (limited to 'src/state.c')
| -rw-r--r-- | src/state.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/state.c b/src/state.c index e109628..4bdca51 100644 --- a/src/state.c +++ b/src/state.c @@ -22,6 +22,5 @@ #include "state.h" -cli_flags_t flags = {0}; -user_config_t config = {0}; -inst_dirs_t inst_dirs = {0}; +//cli_flags_t flags = {0}; +//user_config_t config = {0}; |
