summaryrefslogtreecommitdiff
path: root/js/bin/HttpServer.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-08-07 16:30:39 +0200
committerJose <jose@zeroc.com>2017-08-07 16:30:39 +0200
commit816d05230f1c622f5c5a0eb238e66927de93810b (patch)
treeb1b98f1074785fb449058969e44a35b5d653268e /js/bin/HttpServer.js
parentICE-8397 - fix for Android issue with locator on main thread (diff)
downloadice-816d05230f1c622f5c5a0eb238e66927de93810b.tar.bz2
ice-816d05230f1c622f5c5a0eb238e66927de93810b.tar.xz
ice-816d05230f1c622f5c5a0eb238e66927de93810b.zip
Remove unused regenerator-runtime already included with babel polyfill
Diffstat (limited to 'js/bin/HttpServer.js')
-rw-r--r--js/bin/HttpServer.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/bin/HttpServer.js b/js/bin/HttpServer.js
index c434bd6935e..b08bb4bca33 100644
--- a/js/bin/HttpServer.js
+++ b/js/bin/HttpServer.js
@@ -151,7 +151,6 @@ function Init()
TestData.scripts =
[
"/node_modules/babel-polyfill/dist/polyfill.js",
- "/node_modules/regenerator-runtime/runtime.js",
"/lib/es5/Ice.js",
"/test/Common/TestRunner.js",
"/test/Common/TestSuite.js",
@@ -199,7 +198,6 @@ function Init()
var testpath = path.resolve(path.join(this._basePath, "test", matchController[1]))
var scripts = es5 ? [
"/node_modules/babel-polyfill/dist/polyfill.js",
- "/node_modules/regenerator-runtime/runtime.js",
"/lib/es5/Ice.js",
"/test/es5/Common/Controller.js",
"/test/es5/Common/ControllerI.js",