diff options
author | Jose <jose@zeroc.com> | 2016-07-22 21:18:27 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-07-22 21:18:27 +0200 |
commit | 24f94812685a4a2520f0beb0d80809cf17eb320c (patch) | |
tree | bb4ac5b755424a553d05c64ce27dc373728033f9 /cpp/src/slice2cs | |
parent | slice2cs updates for new AMD mapping (diff) | |
download | ice-24f94812685a4a2520f0beb0d80809cf17eb320c.tar.bz2 ice-24f94812685a4a2520f0beb0d80809cf17eb320c.tar.xz ice-24f94812685a4a2520f0beb0d80809cf17eb320c.zip |
Removed unused property
Diffstat (limited to 'cpp/src/slice2cs')
-rw-r--r-- | cpp/src/slice2cs/Gen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/slice2cs/Gen.h b/cpp/src/slice2cs/Gen.h index 1a5623f467a..cd516b7b6a9 100644 --- a/cpp/src/slice2cs/Gen.h +++ b/cpp/src/slice2cs/Gen.h @@ -98,7 +98,6 @@ private: IceUtilInternal::Output _impl; std::vector<std::string> _includePaths; - bool _compat; void printHeader(); |