mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Remove an unused variable
This commit is contained in:
parent
0f6b3fd9e4
commit
24efa45e3e
1 changed files with 0 additions and 1 deletions
|
@ -274,7 +274,6 @@ static std::string ansi_colorize(const wcstring &text,
|
||||||
const std::vector<highlight_spec_t> &colors) {
|
const std::vector<highlight_spec_t> &colors) {
|
||||||
assert(colors.size() == text.size());
|
assert(colors.size() == text.size());
|
||||||
outputter_t outp;
|
outputter_t outp;
|
||||||
const auto &vars = env_stack_t::globals();
|
|
||||||
|
|
||||||
highlight_spec_t last_color = highlight_spec_normal;
|
highlight_spec_t last_color = highlight_spec_normal;
|
||||||
for (size_t i = 0; i < text.size(); i++) {
|
for (size_t i = 0; i < text.size(); i++) {
|
||||||
|
|
Loading…
Reference in a new issue