Skip to content

Commit 752538c

Browse files
[llvm-pdbutil] Remove an unused local variable (NFC) (#144011)
1 parent cd573e0 commit 752538c

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)