From: Gurusamy Sarathy <gsar@cpan.org>
Date: Fri, 5 May 2000 02:16:52 +0000 (+0000)
Subject: remove misleading comment (from M.J.T. Guy)
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=976cc4b324252da88ff069ecdaa817a11ac6364f;p=p5sagit%2Fp5-mst-13.2.git

remove misleading comment (from M.J.T. Guy)

p4raw-id: //depot/perl@6070
---

diff --git a/t/lib/anydbm.t b/t/lib/anydbm.t
index e38c7e7..a7fca17 100755
--- a/t/lib/anydbm.t
+++ b/t/lib/anydbm.t
@@ -7,7 +7,6 @@ BEGIN {
     unshift @INC, '../lib';
 }
 require AnyDBM_File;
-#If Fcntl is not available, try 0x202 or 0x102 for O_RDWR|O_CREAT
 use Fcntl;
 
 print "1..12\n";