diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-08-09 17:37:05 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-08-09 17:37:05 +0200 |
| commit | 4b16e8d27ae524c5bf5f8af299703f7334752465 (patch) | |
| tree | e6ef1a4c6392296e154f9f99c674900df44a7d11 /src/lib/openjp2/tcd.h | |
| parent | 5e200452db84947f4eb893ae7f02f7dd9a358378 (diff) | |
Remove useless opj_tcd_t::enumcs field added per #975
Diffstat (limited to 'src/lib/openjp2/tcd.h')
| -rw-r--r-- | src/lib/openjp2/tcd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/openjp2/tcd.h b/src/lib/openjp2/tcd.h index 1883fc3c..3f40b359 100644 --- a/src/lib/openjp2/tcd.h +++ b/src/lib/openjp2/tcd.h @@ -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 */ |
