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/main.c | |
| parent | e2cda84ebbd073ece54692c6a3d785afc6148268 (diff) | |
checkpoint (it doesn't compile)
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -19,12 +19,8 @@ */ #include "cli.h" -#include "lua_state.h" int main(int argc, char **argv) { - // if (!init_vars()) - // return 1; - int retval = 0; cli_result_t result = cli(argc, argv); if (!result) { @@ -32,15 +28,6 @@ int main(int argc, char **argv) { goto done; } - if (result != CLI_HELP_CALLED) { - init_lua_config(); - init_lua_state(); - // if (!init_vars()) - // return 1; - } - done: - free_lua_state(); - // free_vars(); return retval; } |
