Remove dead code in opj_dump

This commit is contained in:
Julien Malik 2016-04-09 18:34:11 +02:00
parent 5c5ae1d51a
commit 5e5f6999a8
1 changed files with 0 additions and 6 deletions

View File

@ -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);