Removed supposedly debug value added in commit b0f3121bec

This commit is contained in:
ZZYZX 2017-02-17 20:25:11 +02:00
parent 496b2a74ce
commit ecd4f5a32d
1 changed files with 0 additions and 5 deletions

View File

@ -6120,11 +6120,6 @@ FxExpression *FxMemberIdentifier::Resolve(FCompileContext& ctx)
SAFE_RESOLVE(Object, ctx);
if (Identifier == FName("allmap"))
{
int a = 2;
}
// check for class or struct constants if the left side is a type name.
if (Object->ValueType == TypeError)
{