summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchecksetup.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 05f43ade0..c3d6be271 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -4269,7 +4269,3 @@ $dbh->do("UPDATE components SET initialowner = $adminuid WHERE initialowner = 0"
unlink "$datadir/versioncache";
-if ($^O !~ /MSWin32/i) {
- print "Reminder: Bugzilla now requires version 8.7 or later of sendmail.\n" unless $silent;
-}
-