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:
parent
2070f722a2
commit
d60a74e837
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user