File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -373,13 +373,11 @@ int
373
373
main (int argc , const char * argv [])
374
374
{
375
375
#ifndef NOXML
376
- #ifdef NOJSON
377
376
const char * defxmlroot = xmlroot ;
378
377
const char * defxmlinfo = xmlinfo ;
379
378
const char * defxmlcol = xmlcol ;
380
379
const char * defxmlresult = xmlresult ;
381
380
const char * defxmlrow = xmlrow ;
382
- #endif
383
381
#endif
384
382
const char * defcsvsol = csvsol ;
385
383
const char * defcsveol = csveol ;
@@ -451,7 +449,6 @@ main (int argc, const char *argv[])
451
449
if (safe && unsafe )
452
450
errx (1 , "Do the safety dance" );
453
451
#ifndef NOXML
454
- #ifdef NOJSON
455
452
if (jsonout )
456
453
{ // Alternative defaults for json
457
454
if (defxmlroot == xmlroot )
@@ -465,7 +462,6 @@ main (int argc, const char *argv[])
465
462
if (defxmlcol == xmlcol )
466
463
xmlcol = "" ;
467
464
}
468
- #endif
469
465
#endif
470
466
if (jsarray )
471
467
{ // Alternative defaults for jsarray
You can’t perform that action at this time.
0 commit comments