mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
Remove some debugging code which was accidentally left in
This commit is contained in:
parent
65f7f90433
commit
a6b8394114
1 changed files with 0 additions and 2 deletions
|
@ -568,8 +568,6 @@ wcstring parse_util_escape_string_with_quote(const wcstring &cmd, wchar_t quote,
|
|||
std::vector<int> parse_util_compute_indents(const wcstring &src) {
|
||||
// Make a vector the same size as the input string, which contains the indents. Initialize them
|
||||
// to 0.
|
||||
static wcstring ssss;
|
||||
ssss = src;
|
||||
const size_t src_size = src.size();
|
||||
std::vector<int> indents(src_size, 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue