git: 85c50de4db33 - stable/14 - dtrace: Remove an unused typedef
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Dec 2024 02:17:07 UTC
The branch stable/14 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=85c50de4db339640dda37f3e36b3677601103264
commit 85c50de4db339640dda37f3e36b3677601103264
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-11-23 01:40:53 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-12-03 01:01:58 +0000
dtrace: Remove an unused typedef
No functional change intended.
MFC after: 1 week
(cherry picked from commit 1905ce3a6bef5652ad36ced7df9da6d2acb96b69)
---
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