summaryrefslogtreecommitdiff
path: root/source3/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
commit3ec5a37280c1e780785439de93522b302f324d24 (patch)
tree15f042cd8fa51bdb60dc37d98bc6e6b52905bffc /source3/lib/util_str.c
parent3771ada352acab83451c4daf170ea92a5ee6354f (diff)
downloadsamba-3ec5a37280c1e780785439de93522b302f324d24.tar.gz
samba-3ec5a37280c1e780785439de93522b302f324d24.tar.bz2
samba-3ec5a37280c1e780785439de93522b302f324d24.zip
Ok, down to just the client/*.c code now.
Jeremy. (This used to be commit 7d3959f81a5439800b813ef052382e67424c90cd)
Diffstat (limited to 'source3/lib/util_str.c')
-rw-r--r--source3/lib/util_str.c5
1 files changed, 0 insertions, 5 deletions
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