maint: remove unreachable code
commitd2e7cf947f228339b516b7491de46faed9b0d475
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Dec 2018 22:56:53 +0000 (23 14:56 -0800)
committerJim Meyering <meyering@fb.com>
Sun, 23 Dec 2018 23:54:00 +0000 (23 15:54 -0800)
tree53405e91e32bf45b87e055803f3c7250b54671f9
parentafd5c5938c6350d12fe4c4791ed5383a81469d64
maint: remove unreachable code

Problem reported by Oracle Developer Studio 12.6.
In the old days we needed a return statement at the end of
the gzip main function to pacify traditional 'lint', but
lint checkers nowadays are smarter.
* gzip.c (main):
* zip.c (file_read): Remove unreachable code.
gzip.c
zip.c