diff options
Diffstat (limited to 'Ivy.pm')
-rw-r--r-- | Ivy.pm | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -718,8 +718,6 @@ sub bindDirect ############### PROCEDURE SEND MSGS sub sendMsgs { - use attrs qw(locked); - my $self = ref($_[0]) eq __PACKAGE__ ? shift : $globalIvy; my @msgs = @_; my $total = 0; @@ -744,8 +742,6 @@ sub sendMsgs ############### PROCEDURE SEND MSGS sub sendAppNameMsgs { - use attrs qw(locked); - my $self = ref($_[0]) eq __PACKAGE__ ? shift : $globalIvy; my @msgs = @_; my $total = 0; @@ -796,7 +792,6 @@ sub sendDirectMsgs ############### METHOD SEND DIE TO sub sendDieTo { - use attrs qw(locked); my $self = ref($_[0]) eq __PACKAGE__ ? shift : $globalIvy; my ($to) = @_; @@ -822,7 +817,6 @@ sub sendDieTo ############### METHOD PING sub ping { - use attrs qw(locked); my $self = ref($_[0]) eq __PACKAGE__ ? shift : $globalIvy; my ($to, $timeout) = @_; |