diff options
| author | gingerBill <bill@gingerbill.org> | 2021-09-13 01:14:31 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-09-13 01:14:31 +0100 |
| commit | 31ed4f15a8af851d392fe71732eb025422a38c97 (patch) | |
| tree | df701018776b84e204659a0e852d46c3a477a9d5 /src/main.cpp | |
| parent | 71bffd46dc9717ded66b3db353084871a11563e6 (diff) | |
Remove debug code
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp index d9630a38a..dd9882408 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2220,12 +2220,6 @@ int strip_semicolons(Parser *parser) { int main(int arg_count, char const **arg_ptr) { #define TIME_SECTION(str) do { debugf("[Section] %s\n", str); timings_start_section(&global_timings, str_lit(str)); } while (0) - - #define TYPE_KIND(k, ...) gb_printf("%s %td\n", #k, sizeof(Type##k)); - TYPE_KINDS - #undef TYPE_KIND - gb_printf("Type %td\n", sizeof(Type)); - if (arg_count < 2) { usage(make_string_c(arg_ptr[0])); return 1; |