Remove one last instance of the obsolete PROTECT_VECTORS macro that was accidentally reintroduced during rebasing.

This commit is contained in:
Adam Reichold 2016-02-21 10:45:25 +01:00
parent 85c809ce6c
commit ad45ba6df1

View File

@ -680,9 +680,7 @@ rtengine::ProcessingJob* BatchQueue::imageReady (rtengine::IImage16* img)
auto isEmpty = false;
{
#if PROTECT_VECTORS
MYREADERLOCK(l, entryRW);
#endif
isEmpty = fd.empty();
}