From: Zachary Turner Date: Mon, 27 Feb 2017 22:57:32 +0000 (+0000) Subject: Remove some code accidentally left in. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6b8f75da3e005261f274f30adc98ff5156e7d62;p=llvm Remove some code accidentally left in. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296407 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/DebugInfo/MSF/BinaryStreamReader.cpp b/lib/DebugInfo/MSF/BinaryStreamReader.cpp index 3d7fad4b43d..170cc4cbeef 100644 --- a/lib/DebugInfo/MSF/BinaryStreamReader.cpp +++ b/lib/DebugInfo/MSF/BinaryStreamReader.cpp @@ -23,8 +23,6 @@ Error BinaryStreamReader::readLongestContiguousChunk( if (auto EC = Stream.readLongestContiguousChunk(Offset, Buffer)) return EC; Offset += Buffer.size(); - std::vector m_argv; - ArrayRef S = makeArrayRef(m_argv); return Error::success(); }