mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 15:26:07 +00: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…
x
Reference in New Issue
Block a user