From e689a3866324b275a25a1fe5511a6617743c9868 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 22 Sep 2014 10:24:10 -0700 Subject: [PATCH] Remove a redundant ivar set --- highlight.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/highlight.cpp b/highlight.cpp index 3fdb6c8f8..af2392c43 100644 --- a/highlight.cpp +++ b/highlight.cpp @@ -575,7 +575,6 @@ bool autosuggest_validate_from_history(const history_item_t &item, file_detectio } else { - detector.potential_paths = paths; suggestionOK = detector.paths_are_valid(paths); } }