Skip to content

Commit f8df9f8

Browse files
kazutakahiratatomtor
authored andcommitted
[llvm-pdbutil] Remove an unused local variable (NFC) (llvm#144011)
1 parent 022c2ac commit f8df9f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,6 @@ static void mergePdbs() {
13751375
}
13761376

13771377
static void explain() {
1378-
std::unique_ptr<IPDBSession> Session;
13791378
InputFile IF =
13801379
ExitOnErr(InputFile::open(opts::explain::InputFilename.front(), true));
13811380

0 commit comments

Comments
 (0)