summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/Symbol.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scalac/symtab/Symbol.java')
-rw-r--r--sources/scalac/symtab/Symbol.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/sources/scalac/symtab/Symbol.java b/sources/scalac/symtab/Symbol.java
index 63206f4044..02ecd876e7 100644
--- a/sources/scalac/symtab/Symbol.java
+++ b/sources/scalac/symtab/Symbol.java
@@ -834,10 +834,6 @@ public abstract class Symbol implements Modifiers, Kinds {
// Symbol names ----------------------------------------------------------------
- /** Get the fully qualified name of this Symbol
- * (this is always a normal name, never a type name)
- */
-
/** Get the simple name of this Symbol (this is always a term name)
*/
public Name simpleName() {