From 3ec5a37280c1e780785439de93522b302f324d24 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 4 Dec 2007 18:02:06 -0800 Subject: Ok, down to just the client/*.c code now. Jeremy. (This used to be commit 7d3959f81a5439800b813ef052382e67424c90cd) --- source3/lib/util_str.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/util_str.c b/source3/lib/util_str.c index 01e81e48c3..b862299519 100644 --- a/source3/lib/util_str.c +++ b/source3/lib/util_str.c @@ -1289,11 +1289,6 @@ void fstring_sub(char *s,const char *pattern,const char *insert) string_sub(s, pattern, insert, sizeof(fstring)); } -void pstring_sub(char *s,const char *pattern,const char *insert) -{ - string_sub(s, pattern, insert, sizeof(pstring)); -} - /** Similar to string_sub2, but it will accept only allocated strings and may realloc them so pay attention at what you pass on no -- cgit