get struct pic_code diet

This commit is contained in:
Yuichi Nishiwaki 2014-01-31 03:14:02 +09:00
parent 53fe18a94e
commit 3b53cc8a6b
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ enum pic_opcode {
struct pic_code { struct pic_code {
enum pic_opcode insn; enum pic_opcode insn;
union { union {
double f;
int i; int i;
char c; char c;
struct { struct {