mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-23 07:03:13 +01:00
Removed last bit of interpret.c diff.
This commit is contained in:
@@ -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
|
||||
// -------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user