Fixed build when ENABLE_TRACING is 0.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25258 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-04-29 20:43:34 +00:00
parent c0b5962cd6
commit 6ad0d967f0
1 changed files with 0 additions and 4 deletions

View File

@ -14,8 +14,6 @@
#endif #endif
#if ENABLE_TRACING
// macros specifying the tracing level for individual components (0 is disabled) // macros specifying the tracing level for individual components (0 is disabled)
#define BFS_TRACING 0 #define BFS_TRACING 0
@ -35,6 +33,4 @@
#define TEAM_TRACING 0 #define TEAM_TRACING 0
#define USER_MALLOC_TRACING 0 #define USER_MALLOC_TRACING 0
#endif // ENABLE_TRACING
#endif // KERNEL_TRACING_CONFIG_H #endif // KERNEL_TRACING_CONFIG_H