diff options
author | Jose <jose@zeroc.com> | 2009-07-23 16:04:40 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-07-23 16:04:40 +0200 |
commit | d6baf6fd7662532fc7fd8a1b60fdbd0c3094c432 (patch) | |
tree | 1df5eb489c8c1f186ef753a1f0f3d51287b642b1 /cpp/include/Slice/JavaUtil.h | |
parent | Merge branch 'vsplugin' (diff) | |
download | ice-d6baf6fd7662532fc7fd8a1b60fdbd0c3094c432.tar.bz2 ice-d6baf6fd7662532fc7fd8a1b60fdbd0c3094c432.tar.xz ice-d6baf6fd7662532fc7fd8a1b60fdbd0c3094c432.zip |
4171 - remove IceE support for Java.
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: |