Skip to content

Commit b78e18b

Browse files
committed
Removed unused variable
1 parent f50acb4 commit b78e18b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/vsg/core/Array2D.h

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ namespace vsg
8383
_data = _allocate(static_cast<size_t>(_width) * static_cast<size_t>(_height));
8484
if (_data)
8585
{
86-
auto dest_v = _data;
8786
for (auto& v : *this) v = value;
8887
dirty();
8988
}

0 commit comments

Comments
 (0)