Remove duplicate entries from perldiag
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 8 May 2003 18:42:16 +0000 (18:42 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 8 May 2003 18:42:16 +0000 (18:42 +0000)
p4raw-id: //depot/perl@19453

pod/perldiag.pod

index ad5841c..f40b7a0 100644 (file)
@@ -195,16 +195,6 @@ thread.  See L<threads>.
 (F) The failing code has attempted to get or set a key which is not in
 the current set of allowed keys of a restricted hash.
 
-=item Attempt to delete readonly key '%s' from a restricted hash
-
-(F) The failing code attempted to delete a key whose value has been
-declared readonly from a restricted hash.
-
-=item Attempt to delete disallowed key '%s' from a restricted hash
-
-(F) The failing code attempted to delete from a restricted hash a key
-which is not in its key set.
-
 =item Attempt to bless into a reference
 
 (F) The CLASSNAME argument to the bless() operator is expected to be