From 460e14e5860a503b8e7716ce18a29eb99f517cf7 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 11 Jul 2021 16:08:16 +0100 Subject: Change the compiler's big integer library to use libTomMath This now replaces Bill's crappy big int implementation --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 345642cc6..8c4eb7d7c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1970,7 +1970,6 @@ int main(int arg_count, char const **arg_ptr) { init_string_interner(); init_global_error_collector(); init_keyword_hash_table(); - global_big_int_init(); init_type_mutex(); if (!check_env()) { -- cgit v1.2.3