Skip to content

Commit c79ab98

Browse files
committed
testlibrary.cpp: fixed unusedVariable selfcheck warning
1 parent 6e58d4c commit c79ab98

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/testlibrary.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,6 @@ class TestLibrary : public TestFixture {
936936
constexpr char xmldata[] = "<?xml version=\"1.0\"?>\n"
937937
"<def format=\"42\">\n"
938938
"</def>";
939-
Library library;
940939
LOADLIBERROR(xmldata, Library::ErrorCode::UNSUPPORTED_FORMAT);
941940
}
942941
}

0 commit comments

Comments
 (0)