diff options
Diffstat (limited to 'sys/lib/libkern/qdivrem.c')
-rw-r--r-- | sys/lib/libkern/qdivrem.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/lib/libkern/qdivrem.c b/sys/lib/libkern/qdivrem.c index 25cab635277..1cf2e8f62ee 100644 --- a/sys/lib/libkern/qdivrem.c +++ b/sys/lib/libkern/qdivrem.c @@ -31,10 +31,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: qdivrem.c,v 1.8 2005/02/13 03:37:14 jsg Exp $"; -#endif /* LIBC_SCCS and not lint */ - /* * Multiprecision divide. This algorithm is from Knuth vol. 2 (2nd ed), * section 4.3.1, pp. 257--259. |