Skip to content

Commit

Permalink
clusterd: Remove declarations no longer needeid after import
Browse files Browse the repository at this point in the history
We imported some lines which do no longer have a function now. Remove
them.
  • Loading branch information
donald committed Dec 7, 2017
1 parent 6d2fa4e commit 01c0d8f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions clusterd/clusterd
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ use IO::Pipe;
#--------------------------------------
package My::Select;

use warnings;
use strict;

our $VERSION = '1.00';

use Donald::Callback 1.01 ;
use Donald::Tools;

Expand Down Expand Up @@ -166,20 +161,14 @@ sub run
}
}

1;
#--------------------------------------
package My::Select::INET ;

use warnings;
use strict;

use Carp;
use IO::Socket::INET;
use Digest::MD5;
use Storable;

our $VERSION = '1.00';

our $UDP_MAX=1472; # for broadcast on alphas


Expand Down

0 comments on commit 01c0d8f

Please sign in to comment.