From ad12302a696c58d95927d3088c952856014b3de8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 20 Apr 2010 14:35:03 +0200 Subject: [PATCH] xbps-uhelper: remove unused debug code. --HG-- extra : convert_revision : xtraeme%40gmail.com-20100420123503-std182rf5dt59ccq --- bin/xbps-uhelper/main.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bin/xbps-uhelper/main.c b/bin/xbps-uhelper/main.c index 04db1a46..89f8f6eb 100644 --- a/bin/xbps-uhelper/main.c +++ b/bin/xbps-uhelper/main.c @@ -334,12 +334,6 @@ main(int argc, char **argv) } } - } else if (strcasecmp(argv[0], "gzprint") == 0) { - if (argc != 2) - usage(); - - dict = prop_dictionary_internalize_from_zfile(argv[1]); - printf("%s", prop_dictionary_externalize(dict)); } else { usage(); }