On (15/05/15 11:44), Petr Spacek wrote: >Hello, > >Remove unused files rdlist.c and rdlist.h. > >I noticed this cruft while preparing the previous patchset. > >This patch is independent and applicable directly to master branch. > I had an issue with "applicable directly to master branch" :-) I had to use 3-way merge.
>From 274f5ea92866c50c77c59f6dabc64c3bdf162ace Mon Sep 17 00:00:00 2001 >From: Petr Spacek <[email protected]> >Date: Fri, 15 May 2015 11:41:02 +0200 >Subject: [PATCH] Remove unused files rdlist.c and rdlist.h. > >--- > src/Makefile.am | 2 - > src/ldap_driver.c | 1 - > src/ldap_helper.c | 1 - > src/rdlist.c | 261 ---------------------------------------------------- > src/rdlist.h | 46 --------- > src/zone_register.c | 1 - > 6 files changed, 312 deletions(-) > delete mode 100644 src/rdlist.c > delete mode 100644 src/rdlist.h > Functions are not used since commit a78db0312873babbccd4a94dec90b46b02c694ad Author: Petr Spacek <[email protected]> Date: Wed Aug 14 14:41:17 2013 +0200 Use RBTDB instead of internal LDAP cache. make distcheck passed. ACK LS -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code
