]> git.sur5r.net Git - i3/i3/commitdiff
kill left-over variable
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 22 Mar 2010 21:22:46 +0000 (22:22 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 22 Mar 2010 21:22:46 +0000 (22:22 +0100)
lib/AnyEvent/I3.pm

index bb7c3d9206981a99dc02bd81cae740209db8243c..282f24a5ae4c37270733dfb969c83a5e8f08e69e 100644 (file)
@@ -108,7 +108,6 @@ the connection has been established.
 =cut
 sub connect {
     my ($self) = @_;
-    my $hdl;
     my $cv = AnyEvent->condvar;
 
     tcp_connect "unix/", $self->{path}, sub {