diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-13 12:27:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-13 17:32:43 +0200 |
commit | 77e5a6d857bd3a1a6a59891aab9b5d9bb9bc85cf (patch) | |
tree | 08a08b2e028af78f093579c9c615724e22eb9b51 /jvmfwk/source/framework.hxx | |
parent | 2767dcc7b2dd4c82981ffdae74547223162c71ff (diff) |
Replace a use of CJavaInfo with std::unique_ptr<JavaInfo>
Change-Id: Ib659d6edf362901a95cfb50ac008520805ad0fb0
Diffstat (limited to 'jvmfwk/source/framework.hxx')
-rw-r--r-- | jvmfwk/source/framework.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jvmfwk/source/framework.hxx b/jvmfwk/source/framework.hxx index 04fdf86165bf..3f9e5ff6ab85 100644 --- a/jvmfwk/source/framework.hxx +++ b/jvmfwk/source/framework.hxx @@ -57,8 +57,6 @@ public: const ::JavaInfo* operator ->() const { return pInfo;} operator ::JavaInfo* () { return pInfo;} - OUString getLocation() const; - static JavaInfo * copyJavaInfo(const JavaInfo * pInfo); }; |