Remove unused implementation of FastQueue

This commit is contained in:
2020-06-04 10:00:09 +02:00
parent 451c20e800
commit c6efda3c12
-2
View File
@@ -103,7 +103,5 @@ void FastQueue<T>::release()
read_slot_id_ %= n_slots_;
}
template class FastQueue<ImageMetadataBlock>;
template class FastQueue<BufferBinaryBlock>;
template class FastQueue<ModuleFrame>;
template class FastQueue<ModuleFrameBuffer>;