diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-01-21 04:11:14 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-01-21 04:11:14 +0000 |
commit | 872761ead8d922e6e701e299640b53254f57cea5 (patch) | |
tree | c48274c9c1a8c38195845b3db233b11fdca862ea /games/robots/main.c | |
parent | d7d0e21e19132d6f885efd9e30429b50f0b399de (diff) |
Remove unused function; jsm@netbsd.org
Diffstat (limited to 'games/robots/main.c')
-rw-r--r-- | games/robots/main.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/games/robots/main.c b/games/robots/main.c index 04c65582a8f..b6fbae1f460 100644 --- a/games/robots/main.c +++ b/games/robots/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.8 1999/12/18 11:18:12 pjanzen Exp $ */ +/* $OpenBSD: main.c,v 1.9 2000/01/21 04:11:13 pjanzen Exp $ */ /* $NetBSD: main.c,v 1.5 1995/04/22 10:08:54 cgd Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: main.c,v 1.8 1999/12/18 11:18:12 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.9 2000/01/21 04:11:13 pjanzen Exp $"; #endif #endif /* not lint */ @@ -171,13 +171,6 @@ main(ac, av) /* NOT REACHED */ } -void -__cputchar(ch) - int ch; -{ - (void)putchar(ch); -} - /* * quit: * Leave the program elegantly. |