diff options
author | Zachary Turner <zturner@google.com> | 2016-04-26 20:32:35 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-04-26 20:32:35 +0000 |
commit | c3c4e1569730ee98c03453fac1fe491c464dd146 (patch) | |
tree | 886822ece1d4e1381895caec4bebe73efd980969 /llvm/lib/DebugInfo/PDB | |
parent | 308a7eb0d23099e14bd03ed58358d6ddfe850315 (diff) | |
download | bcm5719-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.cpp | 3 |
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 { |