summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe/Gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cppe/Gen.h')
-rw-r--r--cpp/src/slice2cppe/Gen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/slice2cppe/Gen.h b/cpp/src/slice2cppe/Gen.h
index a7b87ee55de..c0abba0a8ab 100644
--- a/cpp/src/slice2cppe/Gen.h
+++ b/cpp/src/slice2cppe/Gen.h
@@ -28,7 +28,6 @@ public:
const std::vector<std::string>&,
const std::string&,
const std::string&,
- bool,
bool);
~Gen();
@@ -51,7 +50,6 @@ private:
std::vector<std::string> _includePaths;
std::string _dllExport;
bool _impl;
- bool _checksum;
class TypesVisitor : public ::IceUtil::noncopyable, public ParserVisitor
{