remove access restriction warnings
authorcrawshaw <crawshaw@ibex.org>
Fri, 31 Dec 2004 10:50:13 +0000 (10:50 +0000)
committercrawshaw <crawshaw@ibex.org>
Fri, 31 Dec 2004 10:50:13 +0000 (10:50 +0000)
darcs-hash:20041231105013-2eb37-93415d82bdd8e6b6850c5ce9f5ba48b8ba9f2af9.gz

src/org/ibex/tool/Compiler.java

index bf1ad56..5dad538 100644 (file)
@@ -362,7 +362,7 @@ public class Compiler {
     // Compiler Parameters ////////////////////////////////////////////////////
 
     // FEATURE: may be able to use this to block access to APIs generated for stack objects
     // Compiler Parameters ////////////////////////////////////////////////////
 
     // FEATURE: may be able to use this to block access to APIs generated for stack objects
-    final AccessRestriction access = new AccessRestriction(null, null, null, null);
+    final AccessRestriction access = null;
 
     /** Used by compiler to resolve classes. */
     final INameEnvironment env = new INameEnvironment() {
 
     /** Used by compiler to resolve classes. */
     final INameEnvironment env = new INameEnvironment() {