diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-13 17:48:58 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-15 16:55:53 +0100 |
commit | aa3360aa018414cbac680b62c4c774dd9cf4aace (patch) | |
tree | c91a1382afb9e30e96f3825137ca2611c52aac87 /stoc | |
parent | 7176db7752b58cfd2fc95bd96400e675a7cab9af (diff) |
Remove unused TRACE macro
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/corereflection/base.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stoc/source/corereflection/base.hxx b/stoc/source/corereflection/base.hxx index 405bf773e045..76ebee6d42ac 100644 --- a/stoc/source/corereflection/base.hxx +++ b/stoc/source/corereflection/base.hxx @@ -26,8 +26,6 @@ * ************************************************************************/ // #define TEST_LIST_CLASSES -// #define TRACE(x) OSL_TRACE(x) -#define TRACE(x) #include <osl/diagnose.h> #include <osl/mutex.hxx> |