diff options
| author | gingerBill <bill@gingerbill.org> | 2020-03-24 14:31:09 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-03-24 14:31:09 +0000 |
| commit | 1e375ba8de75f2649cd66089b87d273b749c575f (patch) | |
| tree | 61d05c65cbb2c36c780d96a77188572dc76165c6 /src/types.cpp | |
| parent | 0730e01b24bfba4bd91f224dd4ecbeef23bd6c1c (diff) | |
| parent | 5cbb266ef5666c1df5d25d3afe23e4a777abd22b (diff) | |
Merge branch 'master' into llvm-integration
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.cpp b/src/types.cpp index 4c7f07cc7..86be0d38f 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -3490,4 +3490,3 @@ gbString type_to_string(Type *type) { return write_type_to_string(gb_string_make(heap_allocator(), ""), type); } - |