aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-09-23 21:49:11 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-09-23 22:03:25 +0000
commitf2f73fa7bd4b24c22ced0ff4566e03115dc9cb5f (patch)
tree41f0417d46a34d7b545900f5fb6add7065b9fa51
parent701468baa415c7d563d1ad28d3133d0a976908e6 (diff)
downloadsrc-f2f73fa7bd4b24c22ced0ff4566e03115dc9cb5f.tar.gz
src-f2f73fa7bd4b24c22ced0ff4566e03115dc9cb5f.zip
factor: Remove an empty #ifdef __FBSDID clause
-rw-r--r--usr.bin/factor/factor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/factor/factor.c b/usr.bin/factor/factor.c
index cc25b9dd2bf5..53a369f10506 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 */
/*