summaryrefslogtreecommitdiff
path: root/src/std/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/std/utils.h')
-rw-r--r--src/std/utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/std/utils.h b/src/std/utils.h
deleted file mode 100644
index c9827a3..0000000
--- a/src/std/utils.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#pragma once
-#include <stdbool.h>
-
-const char* bool_str(bool input) { return input ? "True" : "False"; } \ No newline at end of file