summaryrefslogtreecommitdiffstats
path: root/sal/rtl/alloc_cache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/alloc_cache.cxx')
-rw-r--r--sal/rtl/alloc_cache.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/sal/rtl/alloc_cache.cxx b/sal/rtl/alloc_cache.cxx
index 561880f0b321..252fa070c67d 100644
--- a/sal/rtl/alloc_cache.cxx
+++ b/sal/rtl/alloc_cache.cxx
@@ -617,11 +617,6 @@ rtl_cache_depot_enqueue (
depot->m_mag_count++;
}
-#if defined(__SUNPRO_C) || defined(__SUNPRO_CC)
-#pragma inline(rtl_cache_depot_enqueue)
-#endif /* __SUNPRO_C */
-
-
/** rtl_cache_depot_dequeue()
*
* @precond cache->m_depot_lock acquired.
@@ -651,11 +646,6 @@ rtl_cache_depot_dequeue (
return (mag);
}
-#if defined(__SUNPRO_C) || defined(__SUNPRO_CC)
-#pragma inline(rtl_cache_depot_dequeue)
-#endif /* __SUNPRO_C */
-
-
/** rtl_cache_depot_exchange_alloc()
*
* @precond cache->m_depot_lock acquired.
@@ -710,11 +700,6 @@ rtl_cache_depot_exchange_free (
return (empty);
}
-#if defined(__SUNPRO_C) || defined(__SUNPRO_CC)
-#pragma inline(rtl_cache_depot_exchange_free)
-#endif /* __SUNPRO_C */
-
-
/** rtl_cache_depot_populate()
*
* @precond cache->m_depot_lock acquired.