summaryrefslogtreecommitdiff
path: root/cpp/src/slice2js/Gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2js/Gen.h')
-rw-r--r--cpp/src/slice2js/Gen.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/slice2js/Gen.h b/cpp/src/slice2js/Gen.h
index 8b788ae334b..3c9781471c7 100644
--- a/cpp/src/slice2js/Gen.h
+++ b/cpp/src/slice2js/Gen.h
@@ -53,13 +53,11 @@ public:
Gen(const std::string&,
const std::vector<std::string>&,
- const std::string&,
- bool);
+ const std::string&);
Gen(const std::string&,
const std::vector<std::string>&,
const std::string&,
- bool,
std::ostream&);
~Gen();
@@ -73,7 +71,6 @@ private:
std::vector<std::string> _includePaths;
std::string _fileBase;
- bool _icejs;
bool _useStdout;
void printHeader();