We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a03cc commit d3ce9d0Copy full SHA for d3ce9d0
src/codegen.cpp
@@ -6062,21 +6062,6 @@ static void do_code_gen(CodeGen *g) {
6062
}
6063
6064
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
-
6080
struct CIntTypeInfo {
6081
CIntType id;
6082
const char *name;
0 commit comments