1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

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());
}