diff options
Diffstat (limited to 'cpp/src/Slice/JavaUtil.h')
-rw-r--r-- | cpp/src/Slice/JavaUtil.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/Slice/JavaUtil.h b/cpp/src/Slice/JavaUtil.h index efb0297ea7d..01ad098c1da 100644 --- a/cpp/src/Slice/JavaUtil.h +++ b/cpp/src/Slice/JavaUtil.h @@ -98,7 +98,7 @@ protected: const std::string& = std::string()) const; // - // Returns the package prefix for a give Slice file. + // Returns the package prefix of a Contained entity. // std::string getPackagePrefix(const ContainedPtr&) const; @@ -223,7 +223,6 @@ private: std::string _dir; ::IceUtilInternal::Output* _out; - mutable std::map<std::string, std::string> _filePackagePrefix; }; class JavaGenerator : private ::IceUtil::noncopyable @@ -265,7 +264,7 @@ protected: const std::string& = std::string()) const; // - // Returns the package prefix for a give Slice file. + // Returns the package prefix of a Contained entity. // std::string getPackagePrefix(const ContainedPtr&) const; @@ -397,7 +396,6 @@ private: std::string _dir; ::IceUtilInternal::Output* _out; - mutable std::map<std::string, std::string> _filePackagePrefix; }; } |