[llvm] 5217e77 - [ObjectYAML] Remove unused struct DebugSubsectionState

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 10 21:53:03 PDT 2023


Author: Kazu Hirata
Date: 2023-06-10T21:52:52-07:00
New Revision: 5217e7756c123972bd8340163ba20d05284ec24e

URL: https://github.com/llvm/llvm-project/commit/5217e7756c123972bd8340163ba20d05284ec24e
DIFF: https://github.com/llvm/llvm-project/commit/5217e7756c123972bd8340163ba20d05284ec24e.diff

LOG: [ObjectYAML] Remove unused struct DebugSubsectionState

The last use was removed by:

  commit a3da4467fa8ed514130736c6c15f01422159d00d
  Author: Zachary Turner <zturner at google.com>
  Date:   Wed Jun 14 05:31:00 2017 +0000

Added: 
    

Modified: 
    llvm/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h b/llvm/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
index 9cbacb88b5182..6c712956dfb5d 100644
--- a/llvm/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
+++ b/llvm/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
@@ -115,8 +115,6 @@ struct YAMLDebugSubsection {
   std::shared_ptr<detail::YAMLSubsectionBase> Subsection;
 };
 
-struct DebugSubsectionState {};
-
 Expected<std::vector<std::shared_ptr<codeview::DebugSubsection>>>
 toCodeViewSubsectionList(BumpPtrAllocator &Allocator,
                          ArrayRef<YAMLDebugSubsection> Subsections,


        


More information about the llvm-commits mailing list