kill left-over variable

This commit is contained in:
Michael Stapelberg 2010-03-22 22:22:46 +01:00
parent 7ffa4bea31
commit b57fca1ef9
1 changed files with 0 additions and 1 deletions

View File

@ -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 {