diff options
author | Jeremy Allison <jra@samba.org> | 2007-12-04 18:02:06 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-12-04 18:02:06 -0800 |
commit | 3ec5a37280c1e780785439de93522b302f324d24 (patch) | |
tree | 15f042cd8fa51bdb60dc37d98bc6e6b52905bffc /source3/lib | |
parent | 3771ada352acab83451c4daf170ea92a5ee6354f (diff) | |
download | samba-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')
-rw-r--r-- | source3/lib/util_str.c | 5 |
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 |