diff options
Diffstat (limited to 'cpp/include/Slice/JavaUtil.h')
-rw-r--r-- | cpp/include/Slice/JavaUtil.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/include/Slice/JavaUtil.h b/cpp/include/Slice/JavaUtil.h index 6c9b3dd778c..8f805f7e60b 100644 --- a/cpp/include/Slice/JavaUtil.h +++ b/cpp/include/Slice/JavaUtil.h @@ -58,8 +58,6 @@ protected: JavaGenerator(const std::string&); - JavaGenerator(const std::string&, Slice::FeatureProfile profile); - // // Given the fully-scoped Java class name, create any intermediate // package directories and open the class file @@ -191,8 +189,6 @@ protected: virtual JavaOutput* createOutput(); - Slice::FeatureProfile _featureProfile; - static const std::string _getSetMetaData; private: |