From a74d0e30bfd6833fcbed1c710b68eccf09bb0fdc Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sat, 23 Sep 2023 14:49:11 -0700 Subject: [PATCH] factor: Remove an empty #ifdef __FBSDID clause (cherry picked from commit f2f73fa7bd4b24c22ced0ff4566e03115dc9cb5f) --- usr.bin/factor/factor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/factor/factor.c b/usr.bin/factor/factor.c index cc25b9dd2bf..53a369f1050 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 */ /*