summaryrefslogtreecommitdiffstats
path: root/scripts/commitcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/commitcheck.sh')
-rwxr-xr-xscripts/commitcheck.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/commitcheck.sh b/scripts/commitcheck.sh
index 4d37b3a3c..f377bb912 100755
--- a/scripts/commitcheck.sh
+++ b/scripts/commitcheck.sh
@@ -121,11 +121,6 @@ function openzfs_port_commit()
error=1
fi
- # need a approved by line
- if ! check_tagged_line "Approved by" ; then
- error=1
- fi
-
# need ported by line
if ! check_tagged_line "Ported-by" ; then
error=1