diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2021-07-11 17:20:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-11 17:20:57 +0100 |
| commit | 3600b2e209dd1826f7aa75de904854b142244dc0 (patch) | |
| tree | 65ffe5965bfc1d12c598aa6ffc7a6a527919737f /src/main.cpp | |
| parent | ebcabb8a27ace67c3cd869a573df62b260000ee8 (diff) | |
| parent | eb36a0f3b138fd0058b75736f652e8fcf8422d8c (diff) | |
Merge pull request #1057 from odin-lang/new-big-int-library-integration
New Big Int Library Integration
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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()) { |