These were in the original CAM commit in 3.x, but were not used there,
nor have they been used since then that I can tell.
Details
Details
- Reviewers
scottl - Group Reviewers
cam - Commits
- rG2b0987023804: cam: Remove CAM_TRUE and CAM_FALSE, they are unused and duplicate bool
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Part of me feels that abstracted definitions for implementation semantics is good API design, but it sounds like this is a good candidate for garbage collection.
Comment Actions
Had they been in use, I'd likely not have bothered to try to eliminate them as is the trend elsewhere for other non-standard bools... But since they were unused for 23 years, I rather suspected they weren't in line for use any time soon.