changeset 57:c10c79c266d3

Remove useless code.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 26 Dec 2015 20:02:13 +0200
parents d2148880c71e
children 5ea07110f0cf
files sidinfo.c
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/sidinfo.c	Sat Dec 26 19:37:23 2015 +0200
+++ b/sidinfo.c	Sat Dec 26 20:02:13 2015 +0200
@@ -489,12 +489,7 @@
         siPrintFieldPrefix(outFile, (optParsable || opt->lname == NULL) ? opt->name : opt->lname);
 
         va_start(ap, xaltfmt);
-
-        if (optParsable)
-            vfprintf(outFile, fmt, ap);
-        else
-            vfprintf(outFile, fmt, ap);
-
+        vfprintf(outFile, fmt, ap);
         va_end(ap);
 
         siPrintFieldSeparator(outFile);