Skip to content

Commit d3ce9d0

Browse files
committedJul 16, 2018
codegen: remove unused variable
1 parent e9a03cc commit d3ce9d0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed
 

‎src/codegen.cpp‎

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6062,21 +6062,6 @@ static void do_code_gen(CodeGen *g) {
60626062
}
60636063
}
60646064

6065-
static 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-
60806065
struct CIntTypeInfo {
60816066
CIntType id;
60826067
const char *name;

0 commit comments

Comments
 (0)