From 5bf1b0e5f500b6b99a866da32dd9002219cac6d6 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Sat, 28 May 2016 22:28:26 -0700 Subject: fix random lint issues This only eliminates errors reported by `make lint`. It shouldn't cause any functional changes. This change does remove several functions that are unused. It also removes the `desc_arr` variable which is both unused and out of date with reality. --- src/highlight.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/highlight.cpp') diff --git a/src/highlight.cpp b/src/highlight.cpp index 9dd6b224..49dd2f06 100644 --- a/src/highlight.cpp +++ b/src/highlight.cpp @@ -1039,6 +1039,7 @@ const highlighter_t::color_array_t &highlighter_t::highlight() { std::fill(this->color_array.begin(), this->color_array.end(), 0); #if 0 + // Disabled for the 2.2.0 release: https://github.com/fish-shell/fish-shell/issues/1809. const wcstring dump = parse_dump_tree(parse_tree, buff); fprintf(stderr, "%ls\n", dump.c_str()); #endif -- cgit v1.2.3