diff options
| author | 2009-01-29 19:26:15 +0100 | |
|---|---|---|
| committer | 2009-01-29 19:26:15 +0100 | |
| commit | 296a38509d12306e423800ed2c583a94a31eddff (patch) | |
| tree | eab14f9e63eb03dc89607a7d4c1aa2ef00046a0f /plutil | |
| parent | 8c2751f8c7e696fca895aebfafc7e668f3afe85c (diff) | |
| download | libplist-296a38509d12306e423800ed2c583a94a31eddff.tar.gz libplist-296a38509d12306e423800ed2c583a94a31eddff.tar.bz2 | |
Clean some old stuff.
Diffstat (limited to 'plutil')
| -rw-r--r-- | plutil/plutil.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plutil/plutil.c b/plutil/plutil.c index ef22a77..27932d1 100644 --- a/plutil/plutil.c +++ b/plutil/plutil.c | |||
| @@ -38,8 +38,6 @@ int main(int argc, char *argv[]) | |||
| 38 | return 0; | 38 | return 0; |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | iphone_set_debug(options->debug); | ||
| 42 | |||
| 43 | //read input file | 41 | //read input file |
| 44 | FILE *iplist = fopen(options->in_file, "r"); | 42 | FILE *iplist = fopen(options->in_file, "r"); |
| 45 | if (!iplist) | 43 | if (!iplist) |
