Removed last bit of interpret.c diff.

This commit is contained in:
David Nadlinger
2013-06-11 02:14:01 +02:00
parent ab7ffa9988
commit 6898d0fa4a

View File

@@ -1135,10 +1135,6 @@ Expression *SwitchStatement::interpret(InterState *istate)
s = sdefault;
}
#if IN_LLVM
if (!s)
return EXP_CANT_INTERPRET;
#endif
assert(s);
istate->start = s;
e = body ? body->interpret(istate) : NULL;
@@ -1596,6 +1592,7 @@ Expression *DelegateExp::interpret(InterState *istate, CtfeGoal goal)
return this;
}
// -------------------------------------------------------------
// Remove out, ref, and this
// -------------------------------------------------------------