diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-10 09:23:13 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-10 09:23:13 -0400 | 
| commit | 87c1be3690c7a8410a2a93c32ce415fde975a37d (patch) | |
| tree | c8520c3d6da4b856b9b746ec8c16061fbd1f89fa /src | |
| parent | d79e2bf22c09a230526de2006bf80b50ec6122a5 (diff) | |
| download | stasis-87c1be3690c7a8410a2a93c32ce415fde975a37d.tar.gz | |
Remove references to INIFILE.
* Now handled by delivery_init().
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 7 | 
1 files changed, 0 insertions, 7 deletions
| @@ -182,8 +182,6 @@ static void check_system_requirements() {  }  int main(int argc, char *argv[]) { -    struct INIFILE *cfg = NULL; -    struct INIFILE *ini = NULL;      struct Delivery ctx;      struct Process proc = {              .f_stdout = "", @@ -572,11 +570,6 @@ int main(int argc, char *argv[]) {      }      msg(OMC_MSG_L1, "Cleaning up\n"); -    ini_free(&ini); -    if (cfg) { -        // optional extras -        ini_free(&cfg); -    }      delivery_free(&ctx);      globals_free();      tpl_free(); | 
