summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/rtl/bootstrap.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx
index b56bfc16cde3..7f56dfcea4f0 100644
--- a/sal/rtl/bootstrap.cxx
+++ b/sal/rtl/bootstrap.cxx
@@ -677,12 +677,7 @@ void SAL_CALL rtl_bootstrap_args_close (
--that->_nRefCount;
if (that->_nRefCount == 0)
{
- ::std::size_t nLeaking = 8; // only hold up to 8 files statically
-
-#if OSL_DEBUG_LEVEL > 0 // debug
- nLeaking = 0;
-#endif /* OSL_DEBUG_LEVEL */
-
+ std::size_t const nLeaking = 8; // only hold up to 8 files statically
if (p_bootstrap_map->size() > nLeaking)
{
::std::size_t erased = p_bootstrap_map->erase( that->_iniName );