gpg: Remove a dead statement.
* g10/call-keyboxd.c (keydb_search): Remove useless while statement.
The while is at the end of a for-loop which counts NDESC down to zero
and thus the while-loop body with the empty statement is never run.
If it would not be zero, we would have noticed this earlier ;-)