cprofile always on
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
|
||||
#include <lib.h>
|
||||
|
||||
#if CPROFILE
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@@ -284,5 +282,3 @@ PRIVATE void clear_tbl()
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* CPROFILE */
|
||||
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
|
||||
#include <lib.h>
|
||||
|
||||
#if CPROFILE
|
||||
|
||||
#include <minix/profile.h>
|
||||
#include <minix/syslib.h>
|
||||
|
||||
@@ -44,5 +42,3 @@ void *tbl_ptr;
|
||||
sys_profbuf(ctl_ptr, tbl_ptr);
|
||||
}
|
||||
|
||||
#endif /* CPROFILE */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user