]> source.dussan.org Git - aspectj.git/commitdiff
minimalModel ON by default. demotion ON by default (for AJDT as well as LTW)
authoraclement <aclement>
Fri, 5 Aug 2011 16:23:28 +0000 (16:23 +0000)
committeraclement <aclement>
Fri, 5 Aug 2011 16:23:28 +0000 (16:23 +0000)
weaver/src/org/aspectj/weaver/ltw/LTWWorld.java

index 222404958d3388e83d0e51a23bc966a5078a8d87..eff7a5999e6d7a0011f00763b8a770e2aa4bc8df 100644 (file)
@@ -67,10 +67,6 @@ public class LTWWorld extends BcelWorld implements IReflectionWorld {
                }
        }
 
-       public boolean isDemotionActive() {
-               return true;
-       }
-
        /**
         * Build a World from a ClassLoader, for LTW support
         */