cprofile not conditional
This commit is contained in:
parent
c27008fbcc
commit
cd54beeb30
2 changed files with 0 additions and 7 deletions
|
@ -14,8 +14,6 @@
|
|||
|
||||
#include "../system.h"
|
||||
|
||||
#if CPROFILE
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/*===========================================================================*
|
||||
|
@ -147,5 +145,3 @@ register message *m_ptr; /* pointer to request message */
|
|||
}
|
||||
}
|
||||
|
||||
#endif /* CPROFILE */
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue