removing some dead "keep compiler quiet" code
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-hackers@postgresql.org
Date: 2012-11-20T03:45:56Z
Lists: pgsql-hackers
Attachments
- pg-keep-compiler-quiet.patch (text/x-patch) patch
Since ereport() can now communicate to the compiler whether it returns or not, a fair amount of "keep compiler quiet" code is dead. Since the method that ereport() uses is not dependent on any compiler-specific attributes, I think this code can just be removed. I propose the attached patch.