From 9c7820ba5ea96d298d7f020b6f34d2e6301f8235 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Sat, 31 Jan 2015 19:59:55 +0100 Subject: [PATCH] Remove references to the instrument.js file --- jsc.ts | 1 - jsshell.js | 1 - main.html.in | 1 - 3 files changed, 3 deletions(-) diff --git a/jsc.ts b/jsc.ts index 23464380..bae0c3a5 100644 --- a/jsc.ts +++ b/jsc.ts @@ -80,7 +80,6 @@ module J2ME { loadFiles("blackBox.js", "build/j2me-jsc.js", "libs/zipfile.js", "libs/encoding.js", "util.js", - "instrument.js", "override.js", "native.js", "string.js", "midp/midp.js", "libs/long.js", "midp/crypto.js", "libs/forge/md5.js", "libs/forge/util.js"); diff --git a/jsshell.js b/jsshell.js index 95b6cd08..3c1b74cb 100755 --- a/jsshell.js +++ b/jsshell.js @@ -80,7 +80,6 @@ var config = { try { load("libs/relooper.js", "build/j2me.js","libs/zipfile.js", "blackBox.js", "libs/encoding.js", "util.js", - "instrument.js", "override.js", "native.js", "tests/override.js", "string.js", "midp/midp.js", "libs/long.js", "midp/crypto.js", "libs/forge/md5.js", "libs/forge/util.js"); diff --git a/main.html.in b/main.html.in index f5d02dc0..3708cfb6 100644 --- a/main.html.in +++ b/main.html.in @@ -34,7 +34,6 @@ -