From 7b180a30e114896b8322294308bbeabc94941906 Mon Sep 17 00:00:00 2001 From: Benno Rice Date: Mon, 27 Jan 2003 04:24:57 +0000 Subject: [PATCH] Remove a duplicate definition of the __FBSDID macro. --- sys/powerpc/include/asm.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/powerpc/include/asm.h b/sys/powerpc/include/asm.h index 06a7b2825c5..393cc25bd11 100644 --- a/sys/powerpc/include/asm.h +++ b/sys/powerpc/include/asm.h @@ -77,12 +77,6 @@ #define RCSID(x) .text; .asciz x -#if !defined(lint) && !defined(STRIP_FBSDID) -#define __FBSDID(s) .ident s -#else -#define __FBSDID(s) /* nothing */ -#endif /* not lint and not STRIP_FBSDID */ - #define WEAK_ALIAS(alias,sym) \ .weak alias; \ alias = sym -- 2.45.2