From 4681bf225efe31f32cb1b81a6a4ba8a1aac80de4 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 11 Nov 2006 00:50:43 -0800 Subject: [PATCH] * remove the rest of the lock detrius and id from errorlib.in --- scripts/errorlib.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/errorlib.in b/scripts/errorlib.in index e0e70e7d..79e306d4 100755 --- a/scripts/errorlib.in +++ b/scripts/errorlib.in @@ -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; -- 2.39.5