diff options
author | Jose <jose@zeroc.com> | 2019-06-21 12:02:25 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-06-21 12:02:25 +0200 |
commit | 75d1e7d9c9f593e5e78cfdeefcf51e2dff80b7ed (patch) | |
tree | 21dd3bc176e4fdcff16c8c84a2769572dbdd4c9f | |
parent | Collocated test not run by tests/Ice/retry.py - Close #404 (diff) | |
download | ice-75d1e7d9c9f593e5e78cfdeefcf51e2dff80b7ed.tar.bz2 ice-75d1e7d9c9f593e5e78cfdeefcf51e2dff80b7ed.tar.xz ice-75d1e7d9c9f593e5e78cfdeefcf51e2dff80b7ed.zip |
Remove unused variable `_modulePrefix` - Close #357
-rw-r--r-- | cpp/src/slice2js/Gen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/slice2js/Gen.h b/cpp/src/slice2js/Gen.h index e6ab5a23151..ccc8bfb167a 100644 --- a/cpp/src/slice2js/Gen.h +++ b/cpp/src/slice2js/Gen.h @@ -165,7 +165,6 @@ private: bool _icejs; int _nextImport; - std::map<std::string, std::string> _modulePrefix; }; class TypeScriptAliasVisitor : public JsVisitor |