From 170457b73fedef750b351762dde24454ed0121b9 Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Fri, 8 Jul 2011 18:10:56 +0200 Subject: [PATCH] profile.h: Don't hide structs and macros --- common/include/minix/profile.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/include/minix/profile.h b/common/include/minix/profile.h index 8563eafe2..c7cd7040f 100644 --- a/common/include/minix/profile.h +++ b/common/include/minix/profile.h @@ -9,8 +9,6 @@ * statistical profiling and call profiling. */ -#if SPROFILE - # define PROF_START 0 /* start statistical profiling */ # define PROF_STOP 1 /* stop statistical profiling */ @@ -37,9 +35,6 @@ struct sprof_proc { char name[8]; }; -#endif /* SPROFILE */ - - #include # define PROF_GET 2 /* get call profiling tables */ -- 2.44.0