aboutsummaryrefslogtreecommitdiff
path: root/sim/m32c/opc2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m32c/opc2c.c')
-rw-r--r--sim/m32c/opc2c.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/m32c/opc2c.c b/sim/m32c/opc2c.c
index 082d4e9..3d8f2c1 100644
--- a/sim/m32c/opc2c.c
+++ b/sim/m32c/opc2c.c
@@ -507,7 +507,6 @@ main (int argc, char **argv)
FILE *in;
int lineno = 0;
int i;
- VaryRef *vlist;
if (argc > 2 && strcmp (argv[1], "-l") == 0)
{
@@ -655,8 +654,6 @@ main (int argc, char **argv)
qsort (opcodes, n_opcodes, sizeof (opcodes[0]), op_cmp);
- vlist = (VaryRef *) malloc (n_varies * sizeof (VaryRef));
-
for (i = 0; i < n_opcodes; i++)
{
int j, b, v;