diff options
Diffstat (limited to 'sbin/restore/symtab.c')
-rw-r--r-- | sbin/restore/symtab.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sbin/restore/symtab.c b/sbin/restore/symtab.c index 49ed39dd2022..3ae6bf20c7be 100644 --- a/sbin/restore/symtab.c +++ b/sbin/restore/symtab.c @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)symtab.c 8.3 (Berkeley) 4/28/95"; -#endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ - /* * These routines maintain the symbol table which tracks the state * of the file system being restored. They provide lookup by either |