scudo: Delete unused class ScudoByteMap. NFCI.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 6 Feb 2020 00:40:36 +0000 (16:40 -0800)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 6 Feb 2020 17:30:24 +0000 (09:30 -0800)
commitdab7bdad049221113ccf8c8ed9f7ead98809cef1
tree0d09aec1d40c927e1b418d735d2cd69ab476b789
parent7ebe9cc4fc2d97ec0ed2a6038be25b2a7ed1aac2
scudo: Delete unused class ScudoByteMap. NFCI.

The class is only used in SizeClassAllocator32 in 64-bit mode, but we don't
use that class in 64-bit mode.

Differential Revision: https://reviews.llvm.org/D74099
compiler-rt/lib/scudo/standalone/bytemap.h
compiler-rt/lib/scudo/standalone/primary32.h
compiler-rt/lib/scudo/standalone/tests/bytemap_test.cpp