Skip to content

Commit

Permalink
codegen: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Jul 16, 2018
1 parent e9a03cc commit d3ce9d0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/codegen.cpp
Expand Up @@ -6062,21 +6062,6 @@ static void do_code_gen(CodeGen *g) {
}
}

static const uint8_t int_sizes_in_bits[] = {
2,
3,
4,
5,
6,
7,
8,
16,
29,
32,
64,
128,
};

struct CIntTypeInfo {
CIntType id;
const char *name;
Expand Down

0 comments on commit d3ce9d0

Please sign in to comment.