summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-27 22:16:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-27 22:16:35 +0200
commitb97c5480e9bb6372cd21d1b168a0d9973f91ee0c (patch)
tree70fbd5edfb2bc68a523b57d2db4c7ed25f6b8d4f /jvmfwk
parent4bdbc1c93bb3b7e6b1f2fc9a700977ccfa3daae4 (diff)
Unused declaration
(which loplugin:unreffun did not catch, as it was referenced by a friend declaration in vendorbase.hxx) Change-Id: I8a1afd4699b56425b580c1e63557342ee7ec1cb2
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
index 9fc8e8312ddd..3288c2f8bc5b 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
@@ -30,16 +30,6 @@ using namespace osl;
namespace jfw_plugin
{
-rtl::Reference<VendorBase> createInstance(createInstance_func pFunc,
- vector<pair<OUString, OUString> > properties);
-
-
-
-
-
-
-
-
MalformedVersionException::MalformedVersionException()
{}