From 24efa45e3ead3ac796c5181cf5c684d88b71951b Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 24 Feb 2019 23:57:42 -0800 Subject: [PATCH] Remove an unused variable --- src/fish_indent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fish_indent.cpp b/src/fish_indent.cpp index f31c1de61..c74ddb4f0 100644 --- a/src/fish_indent.cpp +++ b/src/fish_indent.cpp @@ -274,7 +274,6 @@ static std::string ansi_colorize(const wcstring &text, const std::vector &colors) { assert(colors.size() == text.size()); outputter_t outp; - const auto &vars = env_stack_t::globals(); highlight_spec_t last_color = highlight_spec_normal; for (size_t i = 0; i < text.size(); i++) {