From 08ef2dd09c47d31bd79f16ed73316cf55b124295 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 1 Aug 2008 15:51:19 +0000 Subject: Remove stray clnt_perror(). --- cpukit/librpc/src/rpc/pmap_clnt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/librpc/src') diff --git a/cpukit/librpc/src/rpc/pmap_clnt.c b/cpukit/librpc/src/rpc/pmap_clnt.c index b9f3550b0b..5801006939 100644 --- a/cpukit/librpc/src/rpc/pmap_clnt.c +++ b/cpukit/librpc/src/rpc/pmap_clnt.c @@ -51,8 +51,6 @@ static char *rcsid = "$FreeBSD: src/lib/libc/rpc/pmap_clnt.c,v 1.11 2000/01/27 2 static struct timeval timeout = { 5, 0 }; static struct timeval tottimeout = { 60, 0 }; -void clnt_perror(); - #ifndef PORTMAPSOCK #define PORTMAPSOCK "/var/run/portmapsock" #endif -- cgit v1.2.3