Remove a very stale comment

This commit is contained in:
Peter Ammon
2026-06-20 12:49:25 -07:00
parent d62df6ecbc
commit ca45bfc359

View File

@@ -873,8 +873,7 @@ pub fn acquire_needs_load(&mut self) -> Vec<WString> {
}
/// Test if the specified script returns zero. The result is cached, so that if multiple completions
/// use the same condition, it needs only be evaluated once. condition_cache_clear must be called
/// after a completion run to make sure that there are no stale completions.
/// use the same condition, it needs only be evaluated once.
fn condition_test(&mut self, condition: &wstr) -> bool {
if condition.is_empty() {
return true;