From d066717a885ad789b25ca801d0dd895bcee91973 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 17 Dec 2002 11:48:11 +0000 Subject: [PATCH] Remove unused declaration. --- lib/canon-host.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/canon-host.c b/lib/canon-host.c index 74c36f6f75..d2d0746c7f 100644 --- a/lib/canon-host.c +++ b/lib/canon-host.c @@ -1,6 +1,6 @@ /* Host name canonicalization - Copyright (C) 1995, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1999, 2000, 2002 Free Software Foundation, Inc. Written by Miles Bader @@ -46,10 +46,6 @@ # include #endif -#ifndef strdup -char *strdup (); -#endif - /* Returns the canonical hostname associated with HOST (allocated in a static buffer), or 0 if it can't be determined. */ char * -- 2.30.2