[PATCH] gencache: Remove unused defines

Christof Schmitt cs at samba.org
Tue Feb 2 22:35:59 UTC 2016


From a6ebd3b1d07e78a13950f0f1474467041a496cd4 Mon Sep 17 00:00:00 2001
From: Christof Schmitt <cs at samba.org>
Date: Tue, 2 Feb 2016 12:57:25 -0700
Subject: [PATCH] gencache: Remove unused defines

Signed-off-by: Christof Schmitt <cs at samba.org>
---
 source3/lib/gencache.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/source3/lib/gencache.c b/source3/lib/gencache.c
index ed16d79..c353aa6 100644
--- a/source3/lib/gencache.c
+++ b/source3/lib/gencache.c
@@ -31,11 +31,7 @@
 #undef  DBGC_CLASS
 #define DBGC_CLASS DBGC_TDB
 
-#define TIMEOUT_LEN 12
 #define CACHE_DATA_FMT	"%12u/"
-#define READ_CACHE_DATA_FMT_TEMPLATE "%%12u/%%%us"
-#define BLOB_TYPE "DATA_BLOB"
-#define BLOB_TYPE_LEN 9
 
 static struct tdb_wrap *cache;
 static struct tdb_wrap *cache_notrans;
-- 
1.8.3.1



More information about the samba-technical mailing list