From: Ben Gras Date: Fri, 9 Jan 2009 21:45:27 +0000 (+0000) Subject: cprofile not conditional X-Git-Tag: v3.1.4~142 X-Git-Url: http://zhaoyanbai.com/repos/man.ddns-confgen.html?a=commitdiff_plain;h=cd54beeb309ce07e820bfde2d19ee0cc1bb854ed;p=minix.git cprofile not conditional --- diff --git a/kernel/system/do_cprofile.c b/kernel/system/do_cprofile.c index f247311d4..e7ad5fda6 100644 --- a/kernel/system/do_cprofile.c +++ b/kernel/system/do_cprofile.c @@ -14,8 +14,6 @@ #include "../system.h" -#if CPROFILE - #include /*===========================================================================* @@ -147,5 +145,3 @@ register message *m_ptr; /* pointer to request message */ } } -#endif /* CPROFILE */ - diff --git a/kernel/system/do_profbuf.c b/kernel/system/do_profbuf.c index 334c8ff21..f3094835a 100644 --- a/kernel/system/do_profbuf.c +++ b/kernel/system/do_profbuf.c @@ -11,8 +11,6 @@ #include "../system.h" -#if CPROFILE - /*===========================================================================* * do_profbuf * *===========================================================================*/ @@ -49,5 +47,4 @@ register message *m_ptr; /* pointer to request message */ return OK; } -#endif /* CPROFILE */