[Bf-blender-cvs] [23d034618df] profiler-editor: cleanup

Jacques Lucke noreply at git.blender.org
Sat May 1 13:30:33 CEST 2021


Commit: 23d034618df076d5be494df1f4b686c210173da4
Author: Jacques Lucke
Date:   Sat May 1 10:54:53 2021 +0200
Branches: profiler-editor
https://developer.blender.org/rB23d034618df076d5be494df1f4b686c210173da4

cleanup

===================================================================

M	source/blender/blenlib/BLI_single_producer_chunk_consumer.hh

===================================================================

diff --git a/source/blender/blenlib/BLI_single_producer_chunk_consumer.hh b/source/blender/blenlib/BLI_single_producer_chunk_consumer.hh
index 0f3fdde84b2..6f1ba00248e 100644
--- a/source/blender/blenlib/BLI_single_producer_chunk_consumer.hh
+++ b/source/blender/blenlib/BLI_single_producer_chunk_consumer.hh
@@ -71,6 +71,9 @@ class SingleProducerChunkConsumerQueue {
     T *end = nullptr;
   };
 
+  struct SharedChunkView {
+  };
+
   static constexpr inline int64_t ChunkCapacity = 1000;
 
   Allocator allocator_;



More information about the Bf-blender-cvs mailing list