summaryrefslogtreecommitdiffstats
path: root/source/lib/util_str.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-12-04 18:02:06 -0800
committerJeremy Allison <jra@samba.org>2007-12-04 18:02:06 -0800
commit7d3959f81a5439800b813ef052382e67424c90cd (patch)
treee6eedc0ed491e1abfca10d0e5083bacd16f8a6e5 /source/lib/util_str.c
parent6863fe51b5afea234b04b073d3e1b7608d60620e (diff)
downloadsamba-7d3959f81a5439800b813ef052382e67424c90cd.tar.gz
samba-7d3959f81a5439800b813ef052382e67424c90cd.tar.xz
samba-7d3959f81a5439800b813ef052382e67424c90cd.zip
Ok, down to just the client/*.c code now.
Jeremy.
Diffstat (limited to 'source/lib/util_str.c')
-rw-r--r--source/lib/util_str.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/lib/util_str.c b/source/lib/util_str.c
index 01e81e48c36..b8622995198 100644
--- a/source/lib/util_str.c
+++ b/source/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