summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2016-04-12 10:48:02 +0200
committerAntonin Descampe <antonin@gmail.com>2016-04-12 10:48:02 +0200
commita1c0ee9a861778d54df734ebc21b604f06bd52bf (patch)
tree030ba8b758ac44b856d2769f5753433f6a5616cd /src
parent40b5a53d2f364fe59b8ed86f4821c867d345a95e (diff)
parent5e5f6999a8e218f52584841ea6fdffde34743722 (diff)
Merge pull request #734 from senbox-org/opj_dump_dead_code
Remove dead code in opj_dump
Diffstat (limited to 'src')
-rw-r--r--src/bin/jp2/opj_dump.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bin/jp2/opj_dump.c b/src/bin/jp2/opj_dump.c
index 1e51f43c..bd608c2b 100644
--- a/src/bin/jp2/opj_dump.c
+++ b/src/bin/jp2/opj_dump.c
@@ -433,12 +433,6 @@ int main(int argc, char *argv[])
img_fol_t img_fol;
dircnt_t *dirptr = NULL;
-#ifdef MSD
- OPJ_BOOL l_go_on = OPJ_TRUE;
- OPJ_UINT32 l_max_data_size = 1000;
- OPJ_BYTE * l_data = (OPJ_BYTE *) malloc(1000);
-#endif
-
/* Set decoding parameters to default values */
opj_set_default_decoder_parameters(&parameters);