Skip to content
Snippets Groups Projects
Commit 1194dc9f authored by Lidong Xu's avatar Lidong Xu
Browse files

Removed the definition of unused variable

parent 84f39735
No related branches found
No related tags found
No related merge requests found
...@@ -239,7 +239,9 @@ class ConstraintInfo ...@@ -239,7 +239,9 @@ class ConstraintInfo
#if JVET_N0276_CONSTRAINT_FLAGS #if JVET_N0276_CONSTRAINT_FLAGS
bool m_noTransformSkipConstraintFlag; bool m_noTransformSkipConstraintFlag;
#endif #endif
#if !JVET_N0276_CONSTRAINT_FLAGS
bool m_noCurrPicRefConstraintFlag; bool m_noCurrPicRefConstraintFlag;
#endif
bool m_noQpDeltaConstraintFlag; bool m_noQpDeltaConstraintFlag;
bool m_noDepQuantConstraintFlag; bool m_noDepQuantConstraintFlag;
bool m_noSignDataHidingConstraintFlag; bool m_noSignDataHidingConstraintFlag;
...@@ -287,7 +289,9 @@ public: ...@@ -287,7 +289,9 @@ public:
#if JVET_N0276_CONSTRAINT_FLAGS #if JVET_N0276_CONSTRAINT_FLAGS
, m_noTransformSkipConstraintFlag(false) , m_noTransformSkipConstraintFlag(false)
#endif #endif
#if !JVET_N0276_CONSTRAINT_FLAGS
, m_noCurrPicRefConstraintFlag(false) , m_noCurrPicRefConstraintFlag(false)
#endif
, m_noQpDeltaConstraintFlag (false) , m_noQpDeltaConstraintFlag (false)
, m_noDepQuantConstraintFlag (false) , m_noDepQuantConstraintFlag (false)
, m_noSignDataHidingConstraintFlag(false) , m_noSignDataHidingConstraintFlag(false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment