We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unusedVariable
1 parent 6e58d4c commit c79ab98Copy full SHA for c79ab98
1 file changed
test/testlibrary.cpp
@@ -936,7 +936,6 @@ class TestLibrary : public TestFixture {
936
constexpr char xmldata[] = "<?xml version=\"1.0\"?>\n"
937
"<def format=\"42\">\n"
938
"</def>";
939
- Library library;
940
LOADLIBERROR(xmldata, Library::ErrorCode::UNSUPPORTED_FORMAT);
941
}
942
0 commit comments