Remove unreachable code

Peter Eisentraut <peter_e@gmx.net>

Commit: dd16f9480ac67ab0c6b0102d110cd5121ed9ab46
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-07-16T19:15:03Z
Releases: 9.3.0
Remove unreachable code

The Solaris Studio compiler warns about these instances, unlike more
mainstream compilers such as gcc.  But manual inspection showed that
the code is clearly not reachable, and we hope no worthy compiler will
complain about removing this code.

Files