aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Flags.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-05-01 18:42:11 +0200
committerMartin Odersky <odersky@gmail.com>2015-05-01 18:42:11 +0200
commit55c7232696040a68816f8958ddae3411faab33cb (patch)
treee8f42c2908c0a319828ac2ca78daf2fb189b41ff /src/dotty/tools/dotc/core/Flags.scala
parentd9c215757f49d7984889e8e695828f71f685f163 (diff)
downloaddotty-55c7232696040a68816f8958ddae3411faab33cb.tar.gz
dotty-55c7232696040a68816f8958ddae3411faab33cb.tar.bz2
dotty-55c7232696040a68816f8958ddae3411faab33cb.zip
Get rid of NotPrivate flag.
It is now redundant.
Diffstat (limited to 'src/dotty/tools/dotc/core/Flags.scala')
-rw-r--r--src/dotty/tools/dotc/core/Flags.scala3
1 files changed, 0 insertions, 3 deletions
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, "<in supercall>")
- /** Symbol with private access is accessed outside its private scope */
- final val NotJavaPrivate = commonFlag(47, "<not-java-private>")
-
/** Denotation is in train of being loaded and completed, used to catch cyclic dependencies */
final val Touched = commonFlag(48, "<touched>")