remove access restriction warnings
[org.ibex.tool.git] / 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
-    final AccessRestriction access = new AccessRestriction(null, null, null, null);
+    final AccessRestriction access = null;
 
     /** Used by compiler to resolve classes. */
     final INameEnvironment env = new INameEnvironment() {