cprofile not conditional
This commit is contained in:
parent
c27008fbcc
commit
cd54beeb30
@ -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…
x
Reference in New Issue
Block a user