Kaydet (Commit) 12b6bca8 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: unreadVariable

Change-Id: Ideb029385a4a6aad5b7edf709c79de0836276566
üst 95ee84ea
...@@ -171,8 +171,6 @@ void WPXSvStreamTest::testRead() ...@@ -171,8 +171,6 @@ void WPXSvStreamTest::testRead()
// trying to read nothing // trying to read nothing
pInput->seek(0, RVNG_SEEK_SET); pInput->seek(0, RVNG_SEEK_SET);
pText = pTextOrig;
pData = pInput->read(0UL, nReadBytes); pData = pInput->read(0UL, nReadBytes);
CPPUNIT_ASSERT_EQUAL(0UL, nReadBytes); CPPUNIT_ASSERT_EQUAL(0UL, nReadBytes);
CPPUNIT_ASSERT_EQUAL(0L, pInput->tell()); CPPUNIT_ASSERT_EQUAL(0L, pInput->tell());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment