remove misleading comment (from M.J.T. Guy)
[p5sagit/p5-mst-13.2.git] / t / lib / anydbm.t
index e38c7e7..a7fca17 100755 (executable)
@@ -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";