diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-09-17 10:56:41 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-09-18 23:08:03 -0400 |
commit | 6f7cf6e1094e54e593801cc452b65ae9c7b4824a (patch) | |
tree | b1136808c9dc35283dc92ccfbd3431454512ce76 /src/stasis_main.c | |
parent | 3ef3a2758c572dcdeed7d693f52c5049394f11f5 (diff) | |
download | stasis-6f7cf6e1094e54e593801cc452b65ae9c7b4824a.tar.gz |
Remove short circuit test code
* Remove exmain() and dead comments from main()
Diffstat (limited to 'src/stasis_main.c')
-rw-r--r-- | src/stasis_main.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/stasis_main.c b/src/stasis_main.c index 164a9ca..72b7cdd 100644 --- a/src/stasis_main.c +++ b/src/stasis_main.c @@ -206,13 +206,6 @@ static void check_requirements(struct Delivery *ctx) { } int main(int argc, char *argv[]) { - /* - extern int exmain(int argc, char *argv[]); - exmain(argc, argv); - printf("ending program\n"); - exit(0); - */ - struct Delivery ctx; struct Process proc = { .f_stdout = "", |