summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/PDBFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Raw/PDBFile.cpp')
-rw-r--r--llvm/lib/DebugInfo/PDB/Raw/PDBFile.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Raw/PDBFile.cpp b/llvm/lib/DebugInfo/PDB/Raw/PDBFile.cpp
index 81762e7f879..9ef0a492e87 100644
--- a/llvm/lib/DebugInfo/PDB/Raw/PDBFile.cpp
+++ b/llvm/lib/DebugInfo/PDB/Raw/PDBFile.cpp
@@ -210,10 +210,7 @@ Error PDBFile::parseStreamData() {
if (DirectoryStream)
return Error::success();
- // bool SeenNumStreams = false;
uint32_t NumStreams = 0;
- // uint32_t StreamIdx = 0;
- // uint64_t DirectoryBytesRead = 0;
const SuperBlock *SB = Context->SB;
OpenPOWER on IntegriCloud