mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 16:53:02 +00:00
Remove unused variables. No functionality change.
llvm-svn: 315196
This commit is contained in:
parent
f157b1c86c
commit
f499a668fc
@ -314,7 +314,6 @@ TEST_F(BinaryStreamTest, MutableBinaryByteStreamBounds) {
|
||||
|
||||
// For every combination of input stream and output stream.
|
||||
for (auto &Stream : Streams) {
|
||||
MutableArrayRef<uint8_t> Buffer;
|
||||
ASSERT_EQ(InputData.size(), Stream.Input->getLength());
|
||||
|
||||
// 1. Try two reads that are supposed to work. One from offset 0, and one
|
||||
@ -355,7 +354,6 @@ TEST_F(BinaryStreamTest, FixedStreamArray) {
|
||||
initializeInput(IntBytes, alignof(uint32_t));
|
||||
|
||||
for (auto &Stream : Streams) {
|
||||
MutableArrayRef<uint8_t> Buffer;
|
||||
ASSERT_EQ(InputData.size(), Stream.Input->getLength());
|
||||
|
||||
FixedStreamArray<uint32_t> Array(*Stream.Input);
|
||||
|
Loading…
x
Reference in New Issue
Block a user