cprofile not conditional

This commit is contained in:
Ben Gras 2009-01-09 21:45:27 +00:00
parent c27008fbcc
commit cd54beeb30
2 changed files with 0 additions and 7 deletions

View file

@ -14,8 +14,6 @@
#include "../system.h" #include "../system.h"
#if CPROFILE
#include <string.h> #include <string.h>
/*===========================================================================* /*===========================================================================*
@ -147,5 +145,3 @@ register message *m_ptr; /* pointer to request message */
} }
} }
#endif /* CPROFILE */

View file

@ -11,8 +11,6 @@
#include "../system.h" #include "../system.h"
#if CPROFILE
/*===========================================================================* /*===========================================================================*
* do_profbuf * * do_profbuf *
*===========================================================================*/ *===========================================================================*/
@ -49,5 +47,4 @@ register message *m_ptr; /* pointer to request message */
return OK; return OK;
} }
#endif /* CPROFILE */