From: crawshaw Date: Fri, 31 Dec 2004 10:50:13 +0000 (+0000) Subject: remove access restriction warnings X-Git-Url: http://git.megacz.com/?p=org.ibex.tool.git;a=commitdiff_plain;h=61d00b0566029b7f0eaa7cc4d2932ac764e5e1f9 remove access restriction warnings darcs-hash:20041231105013-2eb37-93415d82bdd8e6b6850c5ce9f5ba48b8ba9f2af9.gz --- diff --git a/src/org/ibex/tool/Compiler.java b/src/org/ibex/tool/Compiler.java index bf1ad56..5dad538 100644 --- a/src/org/ibex/tool/Compiler.java +++ b/src/org/ibex/tool/Compiler.java @@ -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() {