getstyle: Remove dead code
commite06b3005e833d4c34f9b5671daa0cc44f4f9ea52
authorCarlos R. Mafra <crmafra@gmail.com>
Sun, 15 Jan 2012 14:17:27 +0000 (15 14:17 +0000)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 16 Jan 2012 00:09:14 +0000 (16 00:09 +0000)
treea7d1187167144de4c662594f851b7620e5b8b248
parente4d0ea5373762b4fe85e4629fbf9959763089150
getstyle: Remove dead code

The statement under "if (style_file)" in the else branch of
"if (make_pack)" will never be executed because getstyle already
prints out a help message and exits before that.

So remove that code.
util/getstyle.c