diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-08 12:54:52 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-08 12:54:52 +0100 |
| commit | 2a89d8021cf95f4a4d7dab269a262a1d2237f71b (patch) | |
| tree | e955f29749310c1be63b43a231d217e584d996f1 /src/common.cpp | |
| parent | 13deb4706c37acbababc6f60a1b6ec58c630a3f5 (diff) | |
Use templated `Array` with bounds checking
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common.cpp b/src/common.cpp index 1155429d1..0aa37a001 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -242,10 +242,6 @@ f64 gb_sqrt(f64 x) { // //////////////////////////////////////////////////////////////// -typedef Array(i32) Array_i32; -typedef Array(isize) Array_isize; - - #define MAP_TYPE String #define MAP_PROC map_string_ #define MAP_NAME MapString |