Skip to content

Commit

Permalink
testlibrary.cpp: fixed unusedVariable selfcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed May 23, 2024
1 parent 6e58d4c commit c79ab98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/testlibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,6 @@ class TestLibrary : public TestFixture {
constexpr char xmldata[] = "<?xml version=\"1.0\"?>\n"
"<def format=\"42\">\n"
"</def>";
Library library;
LOADLIBERROR(xmldata, Library::ErrorCode::UNSUPPORTED_FORMAT);
}
}
Expand Down

0 comments on commit c79ab98

Please sign in to comment.