kill left-over variable
This commit is contained in:
parent
7ffa4bea31
commit
b57fca1ef9
|
@ -108,7 +108,6 @@ the connection has been established.
|
||||||
=cut
|
=cut
|
||||||
sub connect {
|
sub connect {
|
||||||
my ($self) = @_;
|
my ($self) = @_;
|
||||||
my $hdl;
|
|
||||||
my $cv = AnyEvent->condvar;
|
my $cv = AnyEvent->condvar;
|
||||||
|
|
||||||
tcp_connect "unix/", $self->{path}, sub {
|
tcp_connect "unix/", $self->{path}, sub {
|
||||||
|
|
Loading…
Reference in New Issue