diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-03 20:39:22 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-03 21:19:09 +0200 |
commit | 9c7e12d9f7c925402163d568539a753ce60571c3 (patch) | |
tree | 0e39839beb869501ff3c439c90c2db8f07d63771 | |
parent | 60582d1fb47cb975790915c892b849dce8518d47 (diff) | |
download | samba-9c7e12d9f7c925402163d568539a753ce60571c3.tar.gz samba-9c7e12d9f7c925402163d568539a753ce60571c3.tar.bz2 samba-9c7e12d9f7c925402163d568539a753ce60571c3.zip |
IDMAP_READ_CACHE_DATA_FMT_TEMPLATE is unused, remove it
(This used to be commit 2396d5d5d2f453f097f8ce77b640ad7e1d7e7c4c)
-rw-r--r-- | source3/winbindd/idmap_cache.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_cache.c b/source3/winbindd/idmap_cache.c index eaff30c4e1..8bf797f952 100644 --- a/source3/winbindd/idmap_cache.c +++ b/source3/winbindd/idmap_cache.c @@ -25,7 +25,6 @@ #define TIMEOUT_LEN 12 #define IDMAP_CACHE_DATA_FMT "%12u/%s" -#define IDMAP_READ_CACHE_DATA_FMT_TEMPLATE "%%12u/%%%us" struct idmap_cache_ctx { TDB_CONTEXT *tdb; |