summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/slice2js/Gen.h1
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