Skip to content

Commit 180e9f6

Browse files
[XRay] Remove XRayRecordStorage
AFAICT, this type hasn't used for 4 years at least.
1 parent a21c8be commit 180e9f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/XRay/Trace.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ using namespace llvm::xray;
3030
using llvm::yaml::Input;
3131

3232
namespace {
33-
using XRayRecordStorage =
34-
std::aligned_storage<sizeof(XRayRecord), alignof(XRayRecord)>::type;
3533

3634
Error loadNaiveFormatLog(StringRef Data, bool IsLittleEndian,
3735
XRayFileHeader &FileHeader,

0 commit comments

Comments
 (0)