summaryrefslogtreecommitdiffstats
path: root/jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh')
-rw-r--r--jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh b/jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh
deleted file mode 100644
index 258c9e7e..00000000
--- a/jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-if [ -f build-root/scripts/checkstyle.sh ];then
- build-root/scripts/checkstyle.sh
-else
- echo "Cannot find cat build-root/scripts/checkstyle.sh - skipping checkstyle"
-fi