diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-01-05 11:44:47 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-01-05 11:44:47 +0100 |
commit | f206a424a411d94968d4a7803abea8b08fcb9c1c (patch) | |
tree | 571301300a86651bdf71c04865e585e4ff2eff4f /cpp/src/slice2cpp/Gen.h | |
parent | C++11 move compatibility definitions to a separate visitor (diff) | |
download | ice-f206a424a411d94968d4a7803abea8b08fcb9c1c.tar.bz2 ice-f206a424a411d94968d4a7803abea8b08fcb9c1c.tar.xz ice-f206a424a411d94968d4a7803abea8b08fcb9c1c.zip |
Removed un-used member to fix OS X build failure
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index 597892b19be..60d4cd5d641 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -570,8 +570,8 @@ private: ::IceUtilInternal::Output& C; std::string _dllExport; }; - - + + class Cpp11CompatibilityVisitor : private ::IceUtil::noncopyable, public ParserVisitor { public: @@ -585,7 +585,6 @@ private: private: ::IceUtilInternal::Output& H; - ::IceUtilInternal::Output& C; std::string _dllExport; }; |