diff options
| author | gingerBill <bill@gingerbill.org> | 2022-01-27 16:30:22 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-01-27 16:30:22 +0000 |
| commit | 38249372957db6a84151d14def3f50c02fe585b5 (patch) | |
| tree | 939493425cc94daeb49d711ed3461cb90cacca25 /src/docs_writer.cpp | |
| parent | fc8ddcef5c48d06527e3f30eeebb624e5f8e0388 (diff) | |
Remove debug code
Diffstat (limited to 'src/docs_writer.cpp')
| -rw-r--r-- | src/docs_writer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/docs_writer.cpp b/src/docs_writer.cpp index 8b752ab71..0474ce8ff 100644 --- a/src/docs_writer.cpp +++ b/src/docs_writer.cpp @@ -881,7 +881,6 @@ OdinDocEntityIndex odin_doc_add_entity(OdinDocWriter *w, Entity *e) { default: GB_PANIC("Unhandled BuiltinProcPkg"); } - GB_PANIC("HERE"); } break; } |