aboutsummaryrefslogtreecommitdiff
path: root/etc/format-check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/format-check.sh')
-rwxr-xr-xetc/format-check.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/format-check.sh b/etc/format-check.sh
index 0438d8de..b3e0da3f 100755
--- a/etc/format-check.sh
+++ b/etc/format-check.sh
@@ -47,7 +47,6 @@ if [ "${maj}" -eq 3 -a "${min}" -lt 6 ]; then
echo "clang-format is too old. Skipping checks."
exit 0
fi
-echo "clang-format looks like ${maj} . ${min}"
mytmpdir=`mktemp -d`