aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-11-15 23:54:18 +0000
committergingerBill <bill@gingerbill.org>2020-11-15 23:54:18 +0000
commit939878df50cf314dd2cd0e5da737ac93e88b5b25 (patch)
tree60bd61992a2447ad6a1c4dc8caf4b336f66b71b9 /src/main.cpp
parent5fafb17d81c2bfb07402e04d34c717a7abf42f84 (diff)
Improve logic for x->y() shorthand
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 97fecb094..67dc5da00 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1876,9 +1876,6 @@ int main(int arg_count, char const **arg_ptr) {
SIZE_T virtual_mem_used_by_me = pmc.PrivateUsage;
gb_printf_err("virtual_memory_used: %tu B\n", virtual_mem_used_by_me);
- gb_printf_err("total_allocated_node_memory: %lld B\n", total_allocated_node_memory.value);
- gb_printf_err("total_subtype_node_memory_test: %lld B\n", total_subtype_node_memory_test.value);
- gb_printf_err("fraction: %.6f\n", (f64)total_subtype_node_memory_test.value/(f64)total_allocated_node_memory.value);
Parser *p = checker.parser;
isize lines = p->total_line_count;
isize tokens = p->total_token_count;