Kaydet (Commit) 1e7b2aa5 authored tarafından Jack Jansen's avatar Jack Jansen

Removed unused var

üst 9fbcc6a6
...@@ -485,7 +485,6 @@ complex_new(self, args) ...@@ -485,7 +485,6 @@ complex_new(self, args)
object *self; object *self;
object *args; object *args;
{ {
int n;
complex cval; complex cval;
cval.imag = 0.; cval.imag = 0.;
......
...@@ -970,7 +970,6 @@ com_factor(c, n) ...@@ -970,7 +970,6 @@ com_factor(c, n)
struct compiling *c; struct compiling *c;
node *n; node *n;
{ {
int i;
REQ(n, factor); REQ(n, factor);
if (TYPE(CHILD(n, 0)) == PLUS) { if (TYPE(CHILD(n, 0)) == PLUS) {
com_factor(c, CHILD(n, 1)); com_factor(c, CHILD(n, 1));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment