summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/ContextClassLoader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/ContextClassLoader.hxx')
-rw-r--r--connectivity/source/inc/java/ContextClassLoader.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/inc/java/ContextClassLoader.hxx b/connectivity/source/inc/java/ContextClassLoader.hxx
index fa04e0a9ae1c..6d96a48e3e72 100644
--- a/connectivity/source/inc/java/ContextClassLoader.hxx
+++ b/connectivity/source/inc/java/ContextClassLoader.hxx
@@ -57,8 +57,6 @@ namespace connectivity { namespace jdbc
~ContextClassLoaderScope() { pop(true); }
- void pop() { pop(false); }
-
bool isActive() const
{
return ( m_currentThread.is() )