Remove test exception

This commit is contained in:
Deukhoofd 2019-01-19 14:18:43 +01:00
parent d2d7b985b2
commit fcd26f4cc0
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 0 additions and 1 deletions

View File

@ -958,7 +958,6 @@ namespace Upsilon.Binder
}
else
{
throw new Exception();
valueVariable = new VariableSymbol(valueVar.Name, Type.Unknown, true);
}
Scope.DefineLocalVariable(valueVariable);