diff options
Diffstat (limited to 'lib/libc/stdio/swscanf.c')
-rw-r--r-- | lib/libc/stdio/swscanf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdio/swscanf.c b/lib/libc/stdio/swscanf.c index 702f9a9c46b8..494f4fba1b18 100644 --- a/lib/libc/stdio/swscanf.c +++ b/lib/libc/stdio/swscanf.c @@ -32,8 +32,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdarg.h> #include <stdio.h> #include <wchar.h> |