aboutsummaryrefslogtreecommitdiff
path: root/tools/cppcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cppcheck.sh')
-rwxr-xr-xtools/cppcheck.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/cppcheck.sh b/tools/cppcheck.sh
deleted file mode 100755
index 2b130ce..0000000
--- a/tools/cppcheck.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-cppcheck --enable=all --verbose src/ lib/ plugins/ 2> report.txt
-