summaryrefslogtreecommitdiffstats
path: root/writerperfect
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/qa/unit/WPXSvStreamTest.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/writerperfect/qa/unit/WPXSvStreamTest.cxx b/writerperfect/qa/unit/WPXSvStreamTest.cxx
index cf2609e0bb76..9be7362ce901 100644
--- a/writerperfect/qa/unit/WPXSvStreamTest.cxx
+++ b/writerperfect/qa/unit/WPXSvStreamTest.cxx
@@ -171,8 +171,6 @@ void WPXSvStreamTest::testRead()
// trying to read nothing
pInput->seek(0, RVNG_SEEK_SET);
- pText = pTextOrig;
-
pData = pInput->read(0UL, nReadBytes);
CPPUNIT_ASSERT_EQUAL(0UL, nReadBytes);
CPPUNIT_ASSERT_EQUAL(0L, pInput->tell());