1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Remove an unused variable.

llvm-svn: 297632
This commit is contained in:
Zachary Turner 2017-03-13 16:18:08 +00:00
parent 439a24aa49
commit ff074a8ea9

View File

@ -28,7 +28,6 @@ class BinaryStreamWriter;
namespace codeview {
class SymbolSerializer : public SymbolVisitorCallbacks {
uint32_t RecordStart = 0;
BumpPtrAllocator &Storage;
std::vector<uint8_t> RecordBuffer;
MutableBinaryByteStream Stream;