summaryrefslogtreecommitdiff
path: root/build/makecheck4
diff options
context:
space:
mode:
Diffstat (limited to 'build/makecheck4')
-rwxr-xr-xbuild/makecheck45
1 files changed, 0 insertions, 5 deletions
diff --git a/build/makecheck4 b/build/makecheck4
deleted file mode 100755
index 946761892..000000000
--- a/build/makecheck4
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-../../checkheaders/checkheaders --skip debug.h ../src 2>tmp.txt
-sed '/(style): Header not found/d' tmp.txt >logs/checkheader.txt
-rm tmp.txt