git: 1905ce3a6bef - main - dtrace: Remove an unused typedef
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Nov 2024 02:36:44 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=1905ce3a6bef5652ad36ced7df9da6d2acb96b69
commit 1905ce3a6bef5652ad36ced7df9da6d2acb96b69
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-11-23 01:40:53 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-11-23 02:36:08 +0000
dtrace: Remove an unused typedef
No functional change intended.
MFC after: 1 week
---
sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h b/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h
index cdd4cf21a2f9..45201447024e 100644
--- a/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h
+++ b/sys/cddl/contrib/opensolaris/uts/common/sys/dtrace_impl.h
@@ -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