Remove tok_destroy

This commit is contained in:
ridiculousfish
2012-11-21 22:14:28 -08:00
parent a3a7c48799
commit 7117c4a5ee
11 changed files with 0 additions and 44 deletions

View File

@@ -785,7 +785,6 @@ static bool autosuggest_parse_command(const wcstring &str, wcstring *out_command
}
}
}
tok_destroy(&tok);
/* Remember our command if we have one */
if (had_cmd)
@@ -1301,7 +1300,6 @@ static void tokenize(const wchar_t * const buff, std::vector<int> &color, const
}
}
}
tok_destroy(&tok);
}