diff options
Diffstat (limited to 'lib/libc/db/btree/bt_get.c')
-rw-r--r-- | lib/libc/db/btree/bt_get.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/db/btree/bt_get.c b/lib/libc/db/btree/bt_get.c index 3a0f9f72d92c..ac4c43ab9f0f 100644 --- a/lib/libc/db/btree/bt_get.c +++ b/lib/libc/db/btree/bt_get.c @@ -32,10 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)bt_get.c 8.6 (Berkeley) 7/20/94"; -#endif /* LIBC_SCCS and not lint */ -#include <sys/cdefs.h> #include <sys/types.h> #include <errno.h> |