diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-20 11:37:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-20 12:14:44 +0100 |
commit | e7f09c6e5b3228ac1e0603759d51dfec745a0e6a (patch) | |
tree | 8d8012324c54b6cb28d20072acd7ad5de05a7042 /tools/inc | |
parent | 56db0770f64a1b68c3f5c08106562a10d521a894 (diff) |
Remove some dated Windows-only debug stuff.
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/debug.hxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/inc/tools/debug.hxx b/tools/inc/tools/debug.hxx index bf28581f2b21..83ba82daada6 100644 --- a/tools/inc/tools/debug.hxx +++ b/tools/inc/tools/debug.hxx @@ -320,14 +320,6 @@ inline void DbgPrintFile( const sal_Char* pLine ) DbgFunc( DBG_FUNC_PRINTFILE, (void*)(sal_Char*)pLine ); } -// --- Dbg-StackTree-Functions --- - -TOOLS_DLLPUBLIC void DbgStartStackTree(); -TOOLS_DLLPUBLIC void DbgEndStackTree(); -void* DbgGetStackTree( sal_uIntPtr nAlloc = 0 ); -void DbgFreeStackTree( void* p, sal_uIntPtr nAlloc = 0 ); -void DbgPrintStackTree( void* p ); - // --- Dbg-Output --- #define DBG_OUT_TRACE 1 @@ -399,9 +391,6 @@ public: #define DBG_DEBUGEND() DbgDebugEnd() #define DBG_GLOBALDEBUGEND() DbgGlobalDebugEnd() -#define DBG_STARTAPPEXECUTE() DbgStartStackTree() -#define DBG_ENDAPPEXECUTE() DbgEndStackTree() - #define DBG_PROFSTART( aName ) \ DbgProf( DBG_PROF_START, DBG_FUNC( aName ) ) @@ -504,9 +493,6 @@ typedef const sal_Char* (*DbgUsr)(const void* pThis ); #define DBG_DEBUGEND() ((void)0) #define DBG_GLOBALDEBUGEND() ((void)0) -#define DBG_STARTAPPEXECUTE() ((void)0) -#define DBG_ENDAPPEXECUTE() ((void)0) - #define DBG_NAME( aName ) #define DBG_NAMEEX( aName ) #define DBG_NAMEEX_VISIBILITY( aName, vis ) |