aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML/DXContainerYAML.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/ObjectYAML/DXContainerYAML.cpp')
-rw-r--r--llvm/lib/ObjectYAML/DXContainerYAML.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ObjectYAML/DXContainerYAML.cpp b/llvm/lib/ObjectYAML/DXContainerYAML.cpp
index 3f6944f..3173917 100644
--- a/llvm/lib/ObjectYAML/DXContainerYAML.cpp
+++ b/llvm/lib/ObjectYAML/DXContainerYAML.cpp
@@ -222,7 +222,6 @@ void ScalarEnumerationTraits<dxbc::ShaderVisibilityFlag>::enumeration(
IO.enumCase(Value, E.Name.str().c_str(), E.Value);
}
-
void MappingTraits<DXContainerYAML::RootSignatureDesc>::mapping(
IO &IO, DXContainerYAML::RootSignatureDesc &S) {
IO.mapRequired("Size", S.Size);