authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-07-16 11:59:37-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-07-16 11:59:37-04:00
logd3ce9d0643421da77063472cb1124123cda753bb
tree301bc095a136186ddae14feb328e345272568759
parente9a03cccf375f11aa4e0a8a3515e499c88d05cde

codegen: remove unused variable


1 files changed, 0 insertions(+), 15 deletions(-)

src/codegen.cpp-15
...@@ -6062,21 +6062,6 @@ static void do_code_gen(CodeGen *g) {...@@ -6062,21 +6062,6 @@ static void do_code_gen(CodeGen *g) {
6062 }6062 }
6063}6063}
60646064
6065static const uint8_t int_sizes_in_bits[] = {
6066 2,
6067 3,
6068 4,
6069 5,
6070 6,
6071 7,
6072 8,
6073 16,
6074 29,
6075 32,
6076 64,
6077 128,
6078};
6079
6080struct CIntTypeInfo {6065struct CIntTypeInfo {
6081 CIntType id;6066 CIntType id;
6082 const char *name;6067 const char *name;