From 55c7232696040a68816f8958ddae3411faab33cb Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 1 May 2015 18:42:11 +0200 Subject: Get rid of NotPrivate flag. It is now redundant. --- src/dotty/tools/dotc/core/Flags.scala | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/dotty/tools/dotc/core/Flags.scala') diff --git a/src/dotty/tools/dotc/core/Flags.scala b/src/dotty/tools/dotc/core/Flags.scala index f62c3cae8..b6f3c99e7 100644 --- a/src/dotty/tools/dotc/core/Flags.scala +++ b/src/dotty/tools/dotc/core/Flags.scala @@ -367,9 +367,6 @@ object Flags { /** Symbol is defined in a super call */ final val InSuperCall = commonFlag(46, "") - /** Symbol with private access is accessed outside its private scope */ - final val NotJavaPrivate = commonFlag(47, "") - /** Denotation is in train of being loaded and completed, used to catch cyclic dependencies */ final val Touched = commonFlag(48, "") -- cgit v1.2.3