summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-16 20:24:07 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-16 20:24:07 +0300
commit8a9398fad0c5267f25ce8bc68eb63e91334faff5 (patch)
tree99be7022d692cc17e4406d8eb06d19b5ab729f81 /cppu
parent617e7c623167308e6fb8501822158fe1af72ba47 (diff)
WaE: variable 'hMod' set but not used
Change-Id: Iae64943671a576159be0fa311bc503aa96b2b5df
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/uno/lbenv.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/cppu/source/uno/lbenv.cxx b/cppu/source/uno/lbenv.cxx
index bab6ffddae6c..23373182b84e 100644
--- a/cppu/source/uno/lbenv.cxx
+++ b/cppu/source/uno/lbenv.cxx
@@ -1052,7 +1052,6 @@ static bool loadEnv(OUString const & cLibStem,
uno_Environment * pEnv)
{
#ifdef DISABLE_DYNLOADING
- oslModule hMod;
uno_initEnvironmentFunc fpInit;
if ( cLibStem == CPPU_CURRENT_LANGUAGE_BINDING_NAME "_uno" )
@@ -1068,9 +1067,6 @@ static bool loadEnv(OUString const & cLibStem,
#endif
return false;
}
- // In the DISABLE_DYNLOADING case the functions that hMod is
- // passed to below don't do anything with it anyway.
- hMod = 0;
#else
// late init with some code from matching uno language binding
// will be unloaded by environment