summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-06-17 21:29:34 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-18 00:36:28 +0200
commit051bbb818fda2d84ec2b23c7c2b5337af1d4062c (patch)
tree34f579d8060ae1480c6e8b2ec0ef6833bb2d3eec /slideshow
parent375348ccf11970195ac87c9017606b8d6b602234 (diff)
slideshow: [loplugin:unreffun]
Change-Id: I112e85d999a160b9b6393e924e981231d17f439d
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/sp_debug.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/slideshow/source/engine/sp_debug.cxx b/slideshow/source/engine/sp_debug.cxx
index 660df09203b2..2efb80e57532 100644
--- a/slideshow/source/engine/sp_debug.cxx
+++ b/slideshow/source/engine/sp_debug.cxx
@@ -229,14 +229,6 @@ void sp_scalar_destructor_hook(void *, std::size_t, void * pn)
get_map().erase(pn);
}
-void sp_array_constructor_hook(void *)
-{
-}
-
-void sp_array_destructor_hook(void *)
-{
-}
-
} // namespace boost
#endif // defined(BOOST_SP_ENABLE_DEBUG_HOOKS)