From 3662b06a884b8fd14d9480575b1059aceeb217c9 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Mon, 11 Feb 2013 08:20:44 +0100 Subject: [PATCH] Remove unused variable. --- gen/abi-win64.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gen/abi-win64.cpp b/gen/abi-win64.cpp index cf1acbb4..0c10f36a 100644 --- a/gen/abi-win64.cpp +++ b/gen/abi-win64.cpp @@ -176,7 +176,6 @@ void Win64TargetABI::rewriteFunctionType(TypeFunction* tf) continue; Type* ty = arg.type->toBasetype(); - unsigned sz = ty->size(); if (ty->ty == Tcomplex32) {