diff options
Diffstat (limited to 'src/console/vsprintf.c')
-rw-r--r-- | src/console/vsprintf.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c index b1310c62d1..cabede0991 100644 --- a/src/console/vsprintf.c +++ b/src/console/vsprintf.c @@ -8,11 +8,6 @@ /* * Wirzenius wrote this portably, Torvalds fucked it up :-) */ - -#ifndef lint -static char rcsid[] = "$Id$"; -#endif - #include <stdarg.h> #include <string.h> |