aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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 889b498e..02752c21 100755
--- a/etc/format-check.sh
+++ b/etc/format-check.sh
@@ -47,7 +47,6 @@ if [ "${maj}" -eq 3 -a "${min}" -lt 5 ]; then
echo "clang-format is too old. Skipping checks."
exit 0
fi
-echo "VERSION is $versno MAJOR $maj MINOR $min}"
mytmpdir=`mktemp -d`