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)
object *self;
object *args;
{
int n;
complex cval;
cval.imag = 0.;
......
......@@ -970,7 +970,6 @@ com_factor(c, n)
struct compiling *c;
node *n;
{
int i;
REQ(n, factor);
if (TYPE(CHILD(n, 0)) == PLUS) {
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