From f065706fed4edd53376a33339fe20de686eee6a1 Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Sun, 10 May 2020 22:07:39 -0400 Subject: [PATCH] DARWIN: remove errant typedef for etap_event_t This code has been dead since its introduction, because XAFS_DARWIN_ENV is a typo for AFS_DARWIN_ENV. Introduced from day 1 of DARWIN support with commit a41175cfbbf4d06ccfe14ae54bef8b7464ecd80b "initial-darwin-support-20010327". No functional change should be incurred by this commit. Change-Id: I6b74f01b4dd1230559ac8d75f0644071357f38b7 Reviewed-on: https://gerrit.openafs.org/14218 Reviewed-by: Marcio Brito Barbosa Reviewed-by: Benjamin Kaduk Tested-by: BuildBot --- src/afs/DARWIN/osi_machdep.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/afs/DARWIN/osi_machdep.h b/src/afs/DARWIN/osi_machdep.h index f7c53f2736..eb774c9a23 100644 --- a/src/afs/DARWIN/osi_machdep.h +++ b/src/afs/DARWIN/osi_machdep.h @@ -18,12 +18,6 @@ #ifndef _OSI_MACHDEP_H_ #define _OSI_MACHDEP_H_ -#ifdef XAFS_DARWIN_ENV -#ifndef _MACH_ETAP_H_ -#define _MACH_ETAP_H_ -typedef unsigned short etap_event_t; -#endif -#endif #ifdef AFS_DARWIN80_ENV #include