[libdazzle] fuzzy: remove dead code



commit 7f66d255d0a2e9a407d0a0fafc3b382ab860a861
Author: Christian Hergert <chergert redhat com>
Date:   Sun Jun 4 16:17:57 2017 -0700

    fuzzy: remove dead code

 src/fuzzy/dzl-fuzzy-index-builder.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/fuzzy/dzl-fuzzy-index-builder.c b/src/fuzzy/dzl-fuzzy-index-builder.c
index e1eef15..81e3dc8 100644
--- a/src/fuzzy/dzl-fuzzy-index-builder.c
+++ b/src/fuzzy/dzl-fuzzy-index-builder.c
@@ -437,11 +437,6 @@ dzl_fuzzy_index_builder_write_worker (GTask        *task,
   g_assert (G_IS_FILE (file));
   g_assert (!cancellable || G_IS_CANCELLABLE (cancellable));
 
-  if (!self->case_sensitive)
-    {
-      /* TODO: g_utf8_strdown() all of the keys. */
-    }
-
   g_variant_dict_init (&dict, NULL);
 
   /* Set our version number for the document */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]