Blob Blame History Raw
From bfbafa51da5e407659c924eed5970f17510ae913 Mon Sep 17 00:00:00 2001
From: Petr Cech <pcech@redhat.com>
Date: Tue, 19 Jul 2016 14:28:35 +0200
Subject: [PATCH 43/44] SYSDB: Removing of duplication of sysdb_ts_cache_attrs
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Reviewed-by: Fabiano FidĂȘncio <fabiano@fidencio.org>
---
 src/db/sysdb.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 407ce3c18a7077e8fe45c3c9c7576ae626105122..0cc550a4c389b4a1a2b78aff760f4b5cbf94e17f 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -315,9 +315,6 @@ struct range_info {
 /* These attributes are stored in the timestamp cache */
 extern const char *sysdb_ts_cache_attrs[];
 
-/* These attributes are stored in the timestamp cache */
-extern const char *sysdb_ts_cache_attrs[];
-
 /* values are copied in the structure, allocated on "attrs" */
 int sysdb_attrs_add_val(struct sysdb_attrs *attrs,
                         const char *name, const struct ldb_val *val);
-- 
2.4.11