diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-25 18:48:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-25 18:49:18 +0100 |
commit | cdb473b00a7d56c43df568708c069fa31a07f0a6 (patch) | |
tree | e049a9456cde2faf90d32450d318aa41e0bf5bc0 /tools/source/generic | |
parent | 62a8fa8fce9c7446a8ec95375b2001058d686619 (diff) |
Remove now unused tools/debug.hxx profiling functionality
Change-Id: I13adca8c2f929c8a9226b26ef57b26363dfdf0b3
Diffstat (limited to 'tools/source/generic')
-rw-r--r-- | tools/source/generic/toolsin.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/source/generic/toolsin.cxx b/tools/source/generic/toolsin.cxx index eb549d8ea5de..e2bdf911b70c 100644 --- a/tools/source/generic/toolsin.cxx +++ b/tools/source/generic/toolsin.cxx @@ -31,9 +31,4 @@ void DeInitTools() DBG_DEBUGEND(); } -void GlobalDeInitTools() -{ - DBG_GLOBALDEBUGEND(); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |