diff --git a/htmlreport/check.sh b/htmlreport/check.sh
index e9bf6e314..bff1e2ac8 100755
--- a/htmlreport/check.sh
+++ b/htmlreport/check.sh
@@ -17,11 +17,6 @@ xmllint --noout gui_test.xml
echo -e "\n"
-../cppcheck --errorlist > errorlist.xml
-xmllint --noout errorlist.xml
-./cppcheck-htmlreport --file ./errorlist.xml --title "errorlist" --report-dir .
-echo ""
-
../cppcheck --errorlist --inconclusive --xml-version=2 > errorlist.xml
xmllint --noout errorlist.xml
./cppcheck-htmlreport --file ./errorlist.xml --title "errorlist" --report-dir .