From 3c786d433a6b285c1afa50b8c0ca339c4e861c69 Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 5 Feb 2001 01:10:08 +0000 Subject: remove redundant decls. --- sail/dr_4.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sail/dr_4.c') diff --git a/sail/dr_4.c b/sail/dr_4.c index c29cc80e..664a409e 100644 --- a/sail/dr_4.c +++ b/sail/dr_4.c @@ -1,4 +1,4 @@ -/* $NetBSD: dr_4.c,v 1.11 2001/01/04 03:21:17 jwise Exp $ */ +/* $NetBSD: dr_4.c,v 1.12 2001/02/05 01:10:09 christos Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,16 +38,13 @@ #if 0 static char sccsid[] = "@(#)dr_4.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: dr_4.c,v 1.11 2001/01/04 03:21:17 jwise Exp $"); +__RCSID("$NetBSD: dr_4.c,v 1.12 2001/02/05 01:10:09 christos Exp $"); #endif #endif /* not lint */ #include #include "extern.h" -void ungrap(struct ship *, struct ship *); -void grap(struct ship *, struct ship *); - void ungrap(struct ship *from, struct ship *to) { -- cgit v1.2.3