aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-06-28 22:03:01 +0000
committerWarner Losh <imp@FreeBSD.org>2021-06-28 22:13:03 +0000
commit2b09870238048cb2bd911b2e3dfb281c72ef1fb8 (patch)
tree5b6168ba8fafaa3f4bb420dc3edc9167e26b1b5d
parent30f8afd0270e0bb70e1e0df1cf8de7a841797a30 (diff)
downloadsrc-2b09870238048cb2bd911b2e3dfb281c72ef1fb8.tar.gz
src-2b09870238048cb2bd911b2e3dfb281c72ef1fb8.zip
cam: Remove CAM_TRUE and CAM_FALSE, they are unused and duplicate bool
These were in the original CAM commit in 3.0, but were not used there, nor have they been used since then. They also duplicate the now-standard bool type. Remove them. Reviewed by: scottl@ Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D30879
-rw-r--r--sys/cam/cam_ccb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/cam/cam_ccb.h b/sys/cam/cam_ccb.h
index f0150d680d2f..5b5e24904996 100644
--- a/sys/cam/cam_ccb.h
+++ b/sys/cam/cam_ccb.h
@@ -1300,9 +1300,6 @@ struct ccb_eng_exec { /* This structure must match SCSIIO size */
#define CAM_SUCCESS 0 /* For signaling general success */
-#define CAM_FALSE 0
-#define CAM_TRUE 1
-
#define XPT_CCB_INVALID -1 /* for signaling a bad CCB to free */
/*