diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-01 10:59:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-01 11:00:41 +0000 |
commit | 875129a8d4eca6b8ac184c4ae3539ffce8194e39 (patch) | |
tree | 50381ce2c15d5752259bd85e14e8d68ef84277c5 /tools | |
parent | c3c6d7f886088b57869b6978309e7a39cba32bbb (diff) |
callcatcher: update unused code
Change-Id: I429eeb3fc0dd0d0c55612eb482d99ab4ceda2f56
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/rc/resmgr.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index ae9cd4cd4b16..e56a5d9a7ccf 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -922,12 +922,6 @@ void ResMgr::TestStack( const Resource* pResObj ) } } -#else - -void ResMgr::TestStack( const Resource* ) -{ -} - #endif bool ResMgr::IsAvailable( const ResId& rId, const Resource* pResObj ) const |