diff --git a/source/blender/blenlib/BLI_array.hh b/source/blender/blenlib/BLI_array.hh index c224fadd48a..c3793407668 100644 --- a/source/blender/blenlib/BLI_array.hh +++ b/source/blender/blenlib/BLI_array.hh @@ -433,11 +433,4 @@ class Array { } }; -/** - * Same as a normal Array, but does not use Blender's guarded allocator. This is useful when - * allocating memory with static storage duration. - */ -template -using RawArray = Array; - } // namespace blender