From 46d58fba3309d435bca93b1706603d1bab5a0512 Mon Sep 17 00:00:00 2001 From: Bryan Henderson Date: Tue, 26 Nov 1996 03:20:35 +0000 Subject: Make it compile on Ultrix. Thanks Erik Bertelson. --- src/bin/psql/stringutils.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/bin/psql/stringutils.h') diff --git a/src/bin/psql/stringutils.h b/src/bin/psql/stringutils.h index f5140469d6..11da94449e 100644 --- a/src/bin/psql/stringutils.h +++ b/src/bin/psql/stringutils.h @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: stringutils.h,v 1.2 1996/07/28 07:08:15 scrappy Exp $ + * $Id: stringutils.h,v 1.3 1996/11/26 03:20:08 bryanh Exp $ * *------------------------------------------------------------------------- */ @@ -31,11 +31,6 @@ extern char *leftTrim(char *s); extern char *rightTrim(char *s); extern char *doubleTrim(char *s); -/* dupstr : copies a string, while making room for it */ -/* the CALLER is responsible for freeing the space */ -/* returns NULL if the argument is NULL */ -extern char *dupstr(char *s); - #ifdef STRINGUTILS_TEST extern void testStringUtils(); #endif -- cgit v1.2.1