diff options
author | 2000-01-21 04:11:13 +0000 | |
---|---|---|
committer | 2000-01-21 04:11:13 +0000 | |
commit | 2882f0c56b0c921a05bf05d52cfaf822bc7cb393 (patch) | |
tree | 55dfd75ec9a508c47288ecec2a4b895c0afc17be | |
parent | Fix comment. (diff) | |
download | wireguard-openbsd-2882f0c56b0c921a05bf05d52cfaf822bc7cb393.tar.xz wireguard-openbsd-2882f0c56b0c921a05bf05d52cfaf822bc7cb393.zip |
Remove unused function; jsm@netbsd.org
-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. |