Skip to content

Commit 9b5c750

Browse files
committed
pay attention to void type, operator delete[] can't return nullptr in that case
1 parent 8878e16 commit 9b5c750

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/nbl/system/IFileArchive.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class CInnerArchiveFile : public CFileView<T>
5050
static void operator delete[](void* ptr) noexcept
5151
{
5252
assert(false);
53-
return nullptr;
5453
}
5554
};
5655

0 commit comments

Comments
 (0)