mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 03:40:22 +00:00
Remove unneeded deallocate (GH #485)
This should have been yanked when we removed the same for allocate
This commit is contained in:
parent
55a5dd8b85
commit
b47de6150f
@ -301,12 +301,6 @@ public:
|
||||
CRYPTOPP_ASSERT(false);
|
||||
}
|
||||
|
||||
void deallocate(void *p, size_type n, size_type m)
|
||||
{
|
||||
CRYPTOPP_UNUSED(p); CRYPTOPP_UNUSED(n), CRYPTOPP_UNUSED(m);
|
||||
CRYPTOPP_ASSERT(false);
|
||||
}
|
||||
|
||||
CRYPTOPP_CONSTEXPR size_type max_size() const {return 0;}
|
||||
//LCOV_EXCL_STOP
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user