diff options
author | John Baldwin <jhb@FreeBSD.org> | 2023-09-23 21:49:11 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2023-10-24 18:13:18 +0000 |
commit | 7a5518ed1a88b07d7e571c74bbbd67d77cc286c2 (patch) | |
tree | 4d56a46aeaa958fb358c1aca60f0db79cf06b2de /usr.bin/factor/factor.c | |
parent | 4ebc032713d523879b831c6b1fa3cd98803a9012 (diff) |
factor: Remove an empty #ifdef __FBSDID clause
(cherry picked from commit f2f73fa7bd4b24c22ced0ff4566e03115dc9cb5f)
Diffstat (limited to 'usr.bin/factor/factor.c')
-rw-r--r-- | usr.bin/factor/factor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/factor/factor.c b/usr.bin/factor/factor.c index 8591976b70ed..279028572fe3 100644 --- a/usr.bin/factor/factor.c +++ b/usr.bin/factor/factor.c @@ -42,8 +42,6 @@ __SCCSID("@(#)factor.c 8.4 (Berkeley) 5/4/95"); #ifdef __RCSID __RCSID("$NetBSD: factor.c,v 1.19 2009/08/12 05:54:31 dholland Exp $"); #endif -#ifdef __FBSDID -#endif #endif /* not lint */ /* |