Remove #warning since it breaks libsysdecode

This commit is contained in:
Warner Losh 2018-10-26 04:53:29 +00:00
parent 9984cc3d25
commit cdf0293e18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339766

View File

@ -49,6 +49,4 @@ struct joystick {
#define JOY_GET_X_OFFSET _IOR('J', 5, int) /* get offset on X-axis */
#define JOY_GET_Y_OFFSET _IOR('J', 6, int) /* get offset on Y-axis */
#warning "This interface is for obsolete hardware and will be removed in FreeBSD 13"
#endif /* !_SYS_JOYSTICK_H_ */