diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-19 12:58:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:17 -0500 |
commit | 349294d358481e1af460d1ade97987474dad9e43 (patch) | |
tree | 5acafc5fca79b86f41b0f59a0482a8bfa61e1fb2 /source4/lib | |
parent | a388d683de520f26ada240bfded2c09c067163fa (diff) | |
download | samba-349294d358481e1af460d1ade97987474dad9e43.tar.gz samba-349294d358481e1af460d1ade97987474dad9e43.tar.bz2 samba-349294d358481e1af460d1ade97987474dad9e43.zip |
r10315: Remove use of fstring and pstring in dynconfig.c
Remove unused includes of dynconfig.h
(This used to be commit 59083b7ba60d518ddb59646c4fd69938afd079b3)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/util.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/lib/util.c b/source4/lib/util.c index 2e0503b0d9..a1d6f85eb9 100644 --- a/source4/lib/util.c +++ b/source4/lib/util.c @@ -703,18 +703,6 @@ char *smbd_tmp_path(TALLOC_CTX *mem_ctx, const char *name) return fname; } -/** - * @brief Returns the platform specific shared library extension. - * - * @retval Pointer to a static #fstring containing the extension. - **/ - -const char *shlib_ext(void) -{ - return dyn_SHLIBEXT; -} - - void dump_data_pw(const char *msg, const uint8_t * data, size_t len) { #ifdef DEBUG_PASSWORD |