mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
[Allocator] Nuke to useless functions. The implicit ones are sufficient
here (obviously). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206369 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
946bea39dc
commit
acb099472e
@ -94,9 +94,6 @@ public:
|
||||
|
||||
class MallocAllocator : public AllocatorBase<MallocAllocator> {
|
||||
public:
|
||||
MallocAllocator() {}
|
||||
~MallocAllocator() {}
|
||||
|
||||
void Reset() {}
|
||||
|
||||
void *Allocate(size_t Size, size_t /*Alignment*/) { return malloc(Size); }
|
||||
|
Loading…
Reference in New Issue
Block a user