diff options
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index a8377f6fa35..9bcb600291c 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -119,7 +119,6 @@ private: private: ::IceUtilInternal::Output& H; - ::IceUtilInternal::Output& C; std::string _dllExport; }; @@ -165,7 +164,6 @@ private: private: ::IceUtilInternal::Output& H; - ::IceUtilInternal::Output& C; std::string _dllExport; int _useWstring; @@ -288,7 +286,6 @@ private: private: ::IceUtilInternal::Output& H; - ::IceUtilInternal::Output& C; std::string _dllExport; int _useWstring; @@ -314,7 +311,6 @@ private: void generateOperation(const OperationPtr&, bool); ::IceUtilInternal::Output& H; - ::IceUtilInternal::Output& C; std::string _dllExport; int _useWstring; @@ -367,7 +363,6 @@ private: private: ::IceUtilInternal::Output& H; - ::IceUtilInternal::Output& C; std::string _dllExport; int _useWstring; |