summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/Scope.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scalac/symtab/Scope.java')
-rw-r--r--sources/scalac/symtab/Scope.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/scalac/symtab/Scope.java b/sources/scalac/symtab/Scope.java
index 29fbe020cd..7874e4303d 100644
--- a/sources/scalac/symtab/Scope.java
+++ b/sources/scalac/symtab/Scope.java
@@ -178,7 +178,6 @@ public class Scope {
/** enter a symbol
*/
public Scope enter(Symbol sym) {
- assert lookupEntry(sym.name).owner != this : Debug.show(sym);
return enter(new Entry(sym, this));
}