diff gen/dvalue.cpp @ 334:20446d22f832 trunk

[svn r355] Get rid of IRState::exps and topexp.
author ChristianK
date Sat, 12 Jul 2008 15:43:13 +0200
parents 7816aafeea3c
children aaade6ded589
line wrap: on
line diff
--- a/gen/dvalue.cpp	Sat Jul 12 09:23:14 2008 +0200
+++ b/gen/dvalue.cpp	Sat Jul 12 15:43:13 2008 +0200
@@ -72,12 +72,6 @@
     cc = (unsigned)-1;
 }
 
-LLValue* DFuncValue::getLVal()
-{
-    assert(0);
-    return 0;
-}
-
 LLValue* DFuncValue::getRVal()
 {
     assert(val);