]> git.donarmstrong.com Git - debbugs.git/commitdiff
* remove the rest of the lock detrius and id from errorlib.in
authorDon Armstrong <don@volo>
Sat, 11 Nov 2006 08:50:43 +0000 (00:50 -0800)
committerDon Armstrong <don@volo>
Sat, 11 Nov 2006 08:50:43 +0000 (00:50 -0800)
scripts/errorlib.in

index e0e70e7dda2d1ea6b9a62fff7736b5b3f0b0ee28..79e306d413d429cb435053e6c1b94feab6e9b4fe 100755 (executable)
@@ -1,5 +1,4 @@
 # -*- perl -*-
-# $Id: errorlib.in,v 1.52 2005/10/06 03:46:13 ajt Exp $
 
 use Mail::Address;
 use Debbugs::MIME qw(decode_rfc1522 encode_rfc1522);
@@ -7,9 +6,6 @@ use Debbugs::Packages qw(:all);
 use Debbugs::Common qw(:all);
 use Debbugs::Status qw(:all);
 
-sub F_SETLK { 6; } sub F_WRLCK{ 1; }
-$flockstruct= 'sslll'; # And there ought to be something for this too.
-
 sub unlockreadbugmerge {
     local ($rv) = @_;
     &unfilelock if $rv >= 2;