Wtautological-undefined-compare

This commit is contained in:
Daniel J. Hofmann 2014-10-14 23:36:14 +02:00
parent 39d725c113
commit d9e0f2b023

View File

@ -104,7 +104,6 @@ SScreenBlockFeatureStorage* pScreenBlockFeatureStorage;
* set picture as unreferenced * set picture as unreferenced
*/ */
void SetUnref () { void SetUnref () {
if (NULL != this) {
iFramePoc = -1; iFramePoc = -1;
iFrameNum = -1; iFrameNum = -1;
uiTemporalId = uiTemporalId =
@ -117,7 +116,6 @@ SScreenBlockFeatureStorage* pScreenBlockFeatureStorage;
if (NULL != pScreenBlockFeatureStorage) if (NULL != pScreenBlockFeatureStorage)
pScreenBlockFeatureStorage->bRefBlockFeatureCalculated = false; pScreenBlockFeatureStorage->bRefBlockFeatureCalculated = false;
}
} }
} SPicture; } SPicture;