Quiet a [useless] compiler warning.

This commit is contained in:
David E. O'Brien 2001-07-23 23:27:28 +00:00
parent d73c3f4796
commit 065fe72747

View File

@ -176,7 +176,7 @@ not_squish(plan)
tail = result = NULL;
while (next = yanknode(&plan)) {
while ((next = yanknode(&plan))) {
/*
* if we encounter a ( expression ) then look for nots in
* the expr subplan.