Blame SOURCES/0043-SYSDB-Removing-of-duplication-of-sysdb_ts_cache_attr.patch

b2d430
From bfbafa51da5e407659c924eed5970f17510ae913 Mon Sep 17 00:00:00 2001
b2d430
From: Petr Cech <pcech@redhat.com>
b2d430
Date: Tue, 19 Jul 2016 14:28:35 +0200
b2d430
Subject: [PATCH 43/44] SYSDB: Removing of duplication of sysdb_ts_cache_attrs
b2d430
MIME-Version: 1.0
b2d430
Content-Type: text/plain; charset=UTF-8
b2d430
Content-Transfer-Encoding: 8bit
b2d430
b2d430
Reviewed-by: Fabiano FidĂȘncio <fabiano@fidencio.org>
b2d430
---
b2d430
 src/db/sysdb.h | 3 ---
b2d430
 1 file changed, 3 deletions(-)
b2d430
b2d430
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
b2d430
index 407ce3c18a7077e8fe45c3c9c7576ae626105122..0cc550a4c389b4a1a2b78aff760f4b5cbf94e17f 100644
b2d430
--- a/src/db/sysdb.h
b2d430
+++ b/src/db/sysdb.h
b2d430
@@ -315,9 +315,6 @@ struct range_info {
b2d430
 /* These attributes are stored in the timestamp cache */
b2d430
 extern const char *sysdb_ts_cache_attrs[];
b2d430
 
b2d430
-/* These attributes are stored in the timestamp cache */
b2d430
-extern const char *sysdb_ts_cache_attrs[];
b2d430
-
b2d430
 /* values are copied in the structure, allocated on "attrs" */
b2d430
 int sysdb_attrs_add_val(struct sysdb_attrs *attrs,
b2d430
                         const char *name, const struct ldb_val *val);
b2d430
-- 
b2d430
2.4.11
b2d430