diff options
author | Joe George <joe@zeroc.com> | 2015-04-23 14:33:12 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2015-04-23 14:35:45 -0400 |
commit | 8a1b65e8f91a442be280b5ba53cc76937b5f16b3 (patch) | |
tree | db2462a40b516641ae0dd70facf3e51fc44e2041 /cpp/src/slice2js/Gen.h | |
parent | Make js use npm ice-gulp-builder package (diff) | |
download | ice-8a1b65e8f91a442be280b5ba53cc76937b5f16b3.tar.bz2 ice-8a1b65e8f91a442be280b5ba53cc76937b5f16b3.tar.xz ice-8a1b65e8f91a442be280b5ba53cc76937b5f16b3.zip |
ICE-6466 - Replace --icejs metadata js:ice-build
Diffstat (limited to 'cpp/src/slice2js/Gen.h')
-rw-r--r-- | cpp/src/slice2js/Gen.h | 5 |
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(); |