aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-09-22 10:24:10 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-09-22 10:24:10 -0700
commite689a3866324b275a25a1fe5511a6617743c9868 (patch)
treed133e206c29f437c5d2d4a53fb723eeb22e4cbdb /highlight.cpp
parente5aa06991e101d3bd86a101d0fe8fb2ed104ef93 (diff)
Remove a redundant ivar set
Diffstat (limited to 'highlight.cpp')
-rw-r--r--highlight.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/highlight.cpp b/highlight.cpp
index 3fdb6c8f..af2392c4 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);
}
}