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