FIXME triage and formatting cleanups
[org.ibex.js.git] / src / org / ibex / js / JSFunction.java
index fc5cb39..0bf580e 100644 (file)
@@ -26,7 +26,6 @@ class JSFunction extends JS.Immutable implements ByteCodes, Tokens, Pausable {
 
     // Public //////////////////////////////////////////////////////////////////////////////
 
-    // FIXME: what needs to be syncrhonized (if anything)?
     private Interpreter runner = null;
     public Object run(Object o) throws JSExn {
         if (runner == null) runner = new Interpreter(this, true, emptyArgs);