[XRay] Remove XRayRecordStorage
authorKazu Hirata <kazu@google.com>
Sun, 11 Sep 2022 23:11:41 +0000 (16:11 -0700)
committerKazu Hirata <kazu@google.com>
Sun, 11 Sep 2022 23:11:41 +0000 (16:11 -0700)
AFAICT, this type hasn't used for 4 years at least.

llvm/lib/XRay/Trace.cpp

index 5ceb269..b870adf 100644 (file)
@@ -30,8 +30,6 @@ using namespace llvm::xray;
 using llvm::yaml::Input;
 
 namespace {
-using XRayRecordStorage =
-    std::aligned_storage<sizeof(XRayRecord), alignof(XRayRecord)>::type;
 
 Error loadNaiveFormatLog(StringRef Data, bool IsLittleEndian,
                          XRayFileHeader &FileHeader,