From f2a0a94a1f0dfa84d785b14fdb02916341a631ab Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 26 Nov 2025 10:59:01 +0100 Subject: [PATCH] include: misc.h: drop unused xReqPtr typedef not used anywhere, so no need to keep it around any longer. Signed-off-by: Enrico Weigelt, metux IT consult --- include/misc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/misc.h b/include/misc.h index 114fb65924..dc1d273317 100644 --- a/include/misc.h +++ b/include/misc.h @@ -115,8 +115,6 @@ typedef int XRetCode; #define FALSE 0 #endif -typedef struct _xReq *xReqPtr; - #include "os.h" /* for ALLOCATE_LOCAL and DEALLOCATE_LOCAL */ #include /* for bcopy, bzero, and bcmp */