diff options
Diffstat (limited to 'lib/libc/i386/string/strrchr.S')
-rw-r--r-- | lib/libc/i386/string/strrchr.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/i386/string/strrchr.S b/lib/libc/i386/string/strrchr.S index 5e250b0c91aa..6549d4038ccf 100644 --- a/lib/libc/i386/string/strrchr.S +++ b/lib/libc/i386/string/strrchr.S @@ -29,8 +29,6 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); - /* * strrchr(s, c) * return a pointer to the last occurrence of the character c in |