diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-06 14:07:00 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-06 14:07:27 +0200 |
commit | 6abf7fc4f8ab149ab97b4670192b869183a73f23 (patch) | |
tree | 0518827057c765e99525599745719dae80952b39 /src/worker_main.c | |
parent | Dockerfile: refactoring (diff) | |
download | cimple-6abf7fc4f8ab149ab97b4670192b869183a73f23.tar.gz cimple-6abf7fc4f8ab149ab97b4670192b869183a73f23.zip |
get rid of __attribute__((constructor))
Explicit is better than implicit.
Diffstat (limited to 'src/worker_main.c')
-rw-r--r-- | src/worker_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/worker_main.c b/src/worker_main.c index 540eea1..fc3d0a2 100644 --- a/src/worker_main.c +++ b/src/worker_main.c @@ -7,7 +7,6 @@ #include "cmd_line.h" #include "const.h" -#include "signal.h" #include "worker.h" #include <getopt.h> |