Revision: 4320
          http://vexi.svn.sourceforge.net/vexi/?rev=4320&view=rev
Author:   clrg
Date:     2012-01-10 05:00:45 +0000 (Tue, 10 Jan 2012)
Log Message:
-----------
Remove dead code

Modified Paths:
--------------
    trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JSArray.jpp

Modified: trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JSArray.jpp
===================================================================
--- trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JSArray.jpp      
2012-01-09 16:59:42 UTC (rev 4319)
+++ trunk/org.vexi-library.js/src/main/jpp/org/ibex/js/JSArray.jpp      
2012-01-10 05:00:45 UTC (rev 4320)
@@ -203,7 +203,7 @@
     public JS new_(JS[] args) throws JSExn { throw new JSExn(type() +" is not 
a constructor"); }
     public JS apply(JS target, JS[] args) throws JSExn { throw new 
JSExn("Cannot call a " + type()); }
     public JS callMethod(JS this_, JS method, JS[] args) throws JSExn {
-        JSArrayLike thisArr = (JSArrayLike)this_;
+       
         //#switch(JSU.toString(method))
         case "clear": clear(); return this;
         case "concat": return concat(args);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to