summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-04-26 20:32:35 +0000
committerZachary Turner <zturner@google.com>2016-04-26 20:32:35 +0000
commitc3c4e1569730ee98c03453fac1fe491c464dd146 (patch)
tree886822ece1d4e1381895caec4bebe73efd980969 /llvm/lib/DebugInfo/PDB
parent308a7eb0d23099e14bd03ed58358d6ddfe850315 (diff)
downloadbcm5719-llvm-c3c4e1569730ee98c03453fac1fe491c464dd146.tar.gz
bcm5719-llvm-c3c4e1569730ee98c03453fac1fe491c464dd146.zip
Remove more unused variables.
llvm-svn: 267598
Diffstat (limited to 'llvm/lib/DebugInfo/PDB')
-rw-r--r--llvm/lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp b/llvm/lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp
index 389199c4a40..40eb567d167 100644
--- a/llvm/lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp
+++ b/llvm/lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp
@@ -41,9 +41,6 @@ const uint16_t BuildMinorShift = 0;
const uint16_t BuildMajorMask = 0x7F00;
const uint16_t BuildMajorShift = 8;
-
-const uint16_t BuildNewFormatMask = 0x8000;
-const uint16_t BuildNewFormatShift = 15;
}
struct PDBDbiStream::HeaderInfo {
OpenPOWER on IntegriCloud