Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Sep 2023 22:03:57 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f2f73fa7bd4b - main - factor: Remove an empty #ifdef __FBSDID clause
Message-ID:  <202309232203.38NM3vtQ069893@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=f2f73fa7bd4b24c22ced0ff4566e03115dc9cb5f

commit f2f73fa7bd4b24c22ced0ff4566e03115dc9cb5f
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-09-23 21:49:11 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-09-23 22:03:25 +0000

    factor: Remove an empty #ifdef __FBSDID clause
---
 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 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 */
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309232203.38NM3vtQ069893>