From 130069ad787ca20e960d57e11e6f4911e3bed5a0 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 31 Mar 2017 15:01:06 +0200 Subject: Cleanups of NameOps Remove unused functionality --- compiler/src/dotty/tools/dotc/core/StdNames.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/src/dotty/tools/dotc/core/StdNames.scala') diff --git a/compiler/src/dotty/tools/dotc/core/StdNames.scala b/compiler/src/dotty/tools/dotc/core/StdNames.scala index b5d8e356e..8eea6aded 100644 --- a/compiler/src/dotty/tools/dotc/core/StdNames.scala +++ b/compiler/src/dotty/tools/dotc/core/StdNames.scala @@ -252,7 +252,6 @@ object StdNames { val REIFY_SYMDEF_PREFIX: N = "symdef$" val MODULE_INSTANCE_FIELD: N = NameTransformer.MODULE_INSTANCE_NAME // "MODULE$" val OUTER: N = "$outer" - val OUTER_LOCAL: N = "$outer " val REFINE_CLASS: N = "" val ROOTPKG: N = "_root_" val SELECTOR_DUMMY: N = "" -- cgit v1.2.3