Skip to content

Commit 9ee2964

Browse files
author
joaosaffran
committed
clean up
1 parent b2bfb02 commit 9ee2964

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/ObjectYAML/DXContainerEmitter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ void DXContainerWriter::writeParts(raw_ostream &OS) {
293293

294294
if (RS.Version == 1) {
295295
dxbc::RST0::v0::RootDescriptor Descriptor;
296-
auto DescriptorYaml = std::get<DXContainerYAML::RootDescriptorYaml>(Param.Data);
297296
Descriptor.RegisterSpace = DescriptorYaml.RegisterSpace;
298297
Descriptor.ShaderRegister = DescriptorYaml.ShaderRegister;
299298
RS.ParametersContainer.addParameter(Header, Descriptor);

0 commit comments

Comments
 (0)