From 43e1c0a2bf0898a23950c740de9fcba2991f1aaf Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 17 Feb 2016 16:25:19 -0800 Subject: Remove some newly dead code out_suggested_cdpath is no longer required from is_potential_path --- src/highlight.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/highlight.h') diff --git a/src/highlight.h b/src/highlight.h index 22021ba1..161b4b73 100644 --- a/src/highlight.h +++ b/src/highlight.h @@ -126,7 +126,7 @@ enum PATH_EXPAND_TILDE = 1 << 1 }; typedef unsigned int path_flags_t; -bool is_potential_path(const wcstring &const_path, const wcstring_list_t &directories, path_flags_t flags, wcstring *out_suggested_cdpath = NULL); +bool is_potential_path(const wcstring &const_path, const wcstring_list_t &directories, path_flags_t flags); #endif -- cgit v1.2.3