Remove unused variable.

This commit is contained in:
David Nadlinger
2013-02-11 08:20:44 +01:00
parent 539f7bba82
commit 3662b06a88

View File

@@ -176,7 +176,6 @@ void Win64TargetABI::rewriteFunctionType(TypeFunction* tf)
continue;
Type* ty = arg.type->toBasetype();
unsigned sz = ty->size();
if (ty->ty == Tcomplex32)
{