summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-03-28 10:07:23 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-03-28 10:07:23 +0000
commitbb59611ce9611986ee97f19d2bb725dc1d160074 (patch)
treea4a16724ea6a8de56cc1e4f198aad8288fd003a3 /document
parent3112b96dcd66e8aed0587d44288ca8e347cc31a2 (diff)
GC unused code
Diffstat (limited to 'document')
-rw-r--r--document/src/tests/testxml.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/document/src/tests/testxml.cpp b/document/src/tests/testxml.cpp
index 8f1ce50f224..e2da806e834 100644
--- a/document/src/tests/testxml.cpp
+++ b/document/src/tests/testxml.cpp
@@ -127,7 +127,6 @@ TEST(TestXml, testDocumentUpdate)
" <remove>789</remove>\n"
" </alter>\n"
"</document>";
- std::ostringstream os;
EXPECT_EQ(expected, up1->toXml(" "));
}