diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-07-10 02:27:16 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-07-10 02:27:16 +0000 |
| commit | 2e480d34aaabcd405e72ff80866451e8c3b08c08 (patch) | |
| tree | 42debb467f1f9ffcad43a252efb81d84fb61db3d /sys/amd64/include | |
| parent | f763857cffe9dbe1a3486de1191ed10acf2f1138 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/profile.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/amd64/include/profile.h b/sys/amd64/include/profile.h index 44da274435ff..e3da51ad8f1b 100644 --- a/sys/amd64/include/profile.h +++ b/sys/amd64/include/profile.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)profile.h 8.1 (Berkeley) 6/11/93 - * $Id: profile.h,v 1.13 1997/12/15 02:18:30 tegge Exp $ + * $Id: profile.h,v 1.14 1998/02/03 20:32:38 bde Exp $ */ #ifndef _MACHINE_PROFILE_H_ @@ -103,9 +103,6 @@ mcount() \ } #endif /* KERNEL */ -/* An unsigned integral type that can hold function pointers. */ -typedef u_int fptrint_t; - /* * An unsigned integral type that can hold non-negative difference between * function pointers. |
