diff options
| author | verdant <im@verdant.ee> | 2026-07-27 20:27:23 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-27 20:27:56 +0800 |
| commit | 00469710b2bb964668ac83aa0ba8ff5fae508cbd (patch) | |
| tree | fca79f9bd32af2c9c7a4648dddfc09ca55eb1e30 /utils.c | |
| parent | 16ca576eefc6bb3fe85a6e6e58521b99d5b9fe47 (diff) | |
| download | sf-00469710b2bb964668ac83aa0ba8ff5fae508cbd.tar.gz sf-00469710b2bb964668ac83aa0ba8ff5fae508cbd.zip | |
Remove unused files
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/utils.c b/utils.c deleted file mode 100644 index 6a42a7c..0000000 --- a/utils.c +++ /dev/null @@ -1,9 +0,0 @@ -#include "utils.h" - -#include <stdlib.h> -#include <string.h> - -int is_debug() { - char* env = getenv("DEBUG"); - return env && (strcmp(env, "true") == 0 || strcmp(env, "1") == 0); -} |
