summaryrefslogtreecommitdiff
path: root/sources/scalac/backend/msil/GenMSIL.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scalac/backend/msil/GenMSIL.java')
-rw-r--r--sources/scalac/backend/msil/GenMSIL.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/sources/scalac/backend/msil/GenMSIL.java b/sources/scalac/backend/msil/GenMSIL.java
index 5450241104..2e359011a5 100644
--- a/sources/scalac/backend/msil/GenMSIL.java
+++ b/sources/scalac/backend/msil/GenMSIL.java
@@ -477,9 +477,6 @@ public final class GenMSIL {
case Ident(Name name):
//log("Ident: " + Debug.show(tree));
- if (sym == defs.NULL)
- //return items.LiteralItem(MSILType.NULL_REF, null);
- return items.LiteralItem(MSILType.OBJECT, null);
MSILType type = type2MSILType(sym.type());
if ( sym.isModule() ) // ???
return load(items.StaticItem