From 6ad0d967f02e07db898547afd2fd93a67e83ffdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 29 Apr 2008 20:43:34 +0000 Subject: [PATCH] Fixed build when ENABLE_TRACING is 0. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25258 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/config_headers/tracing_config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/config_headers/tracing_config.h b/build/config_headers/tracing_config.h index 294748e4ca..564dc924e7 100644 --- a/build/config_headers/tracing_config.h +++ b/build/config_headers/tracing_config.h @@ -14,8 +14,6 @@ #endif -#if ENABLE_TRACING - // macros specifying the tracing level for individual components (0 is disabled) #define BFS_TRACING 0 @@ -35,6 +33,4 @@ #define TEAM_TRACING 0 #define USER_MALLOC_TRACING 0 -#endif // ENABLE_TRACING - #endif // KERNEL_TRACING_CONFIG_H