Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Apr 24, 2019
1 parent b7fde84 commit cbd12a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/allocator.cc
Expand Up @@ -27,7 +27,6 @@ void Allocator::Free(void* opaque, void* address) {
}

AllocatedBuffer* buf = GetBufferInfo(address);
int64_t size = buf->size + sizeof(*buf);

if (opaque) {
Allocator* alloc = static_cast<Allocator*>(opaque);
Expand Down

0 comments on commit cbd12a5

Please sign in to comment.