diff options
author | Jose <jose@zeroc.com> | 2017-08-07 16:30:39 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-08-07 16:30:39 +0200 |
commit | 816d05230f1c622f5c5a0eb238e66927de93810b (patch) | |
tree | b1b98f1074785fb449058969e44a35b5d653268e /js/bin/HttpServer.js | |
parent | ICE-8397 - fix for Android issue with locator on main thread (diff) | |
download | ice-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.js | 2 |
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", |