summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-09 02:42:35 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-04-09 02:42:35 +0330
commit90690900cedbbf8004f5b452dae04166818f99fc (patch)
treeea066c3378ac6460e394f3d9ebe90a1707ad0d18 /src/main.c
parentd76c19e0bea07806c49175c91d19eb38cfb230dd (diff)
convert assert to static_assert for no unnecesary runtime overhead
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3513ff3..7518414 100644
--- a/src/main.c
+++ b/src/main.c
@@ -51,7 +51,6 @@ int run(const char *filePath, bool shouldPrint) {
}
int main(int argc, char *argv[]) {
- checkTypes();
fileInit();
if (argc < 2) {