Remove useless opj_tcd_t::enumcs field added per #975

This commit is contained in:
Even Rouault 2017-08-09 17:37:05 +02:00
parent 5e200452db
commit 4b16e8d27a
2 changed files with 0 additions and 3 deletions

View File

@ -8769,7 +8769,6 @@ OPJ_BOOL opj_j2k_decode_tile(opj_j2k_t * p_j2k,
opj_event_msg(p_manager, EVT_ERROR, "Failed to decode.\n");
return OPJ_FALSE;
}
p_j2k->m_tcd->enumcs = p_j2k->enumcs;
/* p_data can be set to NULL when the call will take care of using */
/* itself the TCD data. This is typically the case for whole single */

View File

@ -252,8 +252,6 @@ typedef struct opj_tcd {
OPJ_BITFIELD m_is_decoder : 1;
/** Thread pool */
opj_thread_pool_t* thread_pool;
/** AFL test */
OPJ_UINT32 enumcs;
} opj_tcd_t;
/** @name Exported functions */