Removed redundant code.

This commit is contained in:
Alex Orlov 2021-04-07 05:37:46 +04:00
parent 2070f722a2
commit d60a74e837

View File

@ -868,7 +868,6 @@ static void pdb2Yaml(StringRef Path) {
auto &File = loadPDB(Path, Session);
auto O = std::make_unique<YAMLOutputStyle>(File);
O = std::make_unique<YAMLOutputStyle>(File);
ExitOnErr(O->dump());
}