cprofile not conditional
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user