mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
dtrace: Remove an unused typedef
No functional change intended. MFC after: 1 week
This commit is contained in:
parent
e0bf7bc3b2
commit
1905ce3a6b
@ -51,11 +51,7 @@ extern "C" {
|
||||
#include <sys/file.h>
|
||||
|
||||
#ifndef illumos
|
||||
#ifdef __sparcv9
|
||||
typedef uint32_t pc_t;
|
||||
#else
|
||||
typedef uintptr_t pc_t;
|
||||
#endif
|
||||
typedef u_long greg_t;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user