lpr: Remove now unused fallback definition for __FBSDID

Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D41956
This commit is contained in:
John Baldwin 2023-09-25 07:50:33 -07:00
parent 99159b076a
commit e4c68414d0

View file

@ -81,20 +81,6 @@
# define __unused
#endif
/*
* All the lpr source files will want to reference __FBSDID() to
* handle rcs id's.
*/
#if !defined(__FBSDID)
# if defined(lint) || defined(STRIP_FBSDID)
# define __FBSDID(s) struct skip_rcsid_struct
# elif defined(__IDSTRING) /* NetBSD */
# define __FBSDID(s) __IDSTRING(rcsid,s)
# else
# define __FBSDID(s) static const char rcsid[] __unused = s
# endif
#endif /* __FBSDID */
/*
* Some lpr include files use __BEGIN_DECLS and __END_DECLS.
*/