cprofile always on

This commit is contained in:
Ben Gras
2009-01-09 21:42:36 +00:00
parent b82588848d
commit e190ff9f84
4 changed files with 0 additions and 16 deletions

View File

@@ -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 */

View File

@@ -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 */