diff gen/llvmhelpers.cpp @ 1019:80490f65d4e1

Removed some code that wasn't supposed to be in last commit!
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 01 Mar 2009 19:06:47 +0100
parents e8c6dbcd33d1
children 4d366a75d95f
line wrap: on
line diff
--- a/gen/llvmhelpers.cpp	Sun Mar 01 19:01:05 2009 +0100
+++ b/gen/llvmhelpers.cpp	Sun Mar 01 19:06:47 2009 +0100
@@ -478,7 +478,7 @@
         DtoStore(r, l);
     }
     else if (t->iscomplex()) {
-        LLValue *dst, *src;
+        LLValue* dst;
         if (DLRValue* lr = lhs->isLRValue()) {
             dst = lr->getLVal();
             rhs = DtoCastComplex(loc, rhs, lr->getLType());