Skip to content

Commit

Permalink
Don't need the timeout method anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDuke17 committed Aug 8, 2016
1 parent 0499e2c commit 7c4fd06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Benchable.p6
Expand Up @@ -35,10 +35,6 @@ method help($message) {
'Like this: ' ~ $message.server.current-nick ~ ': f583f22,HEAD my $a = "a" x 2**16;for ^1000 {my $b = $a.chop($_)}'
}

method timeout {
return 10;
}

method benchmark-code($full-commit, $filename) {
my @times;
my %stats;
Expand Down
4 changes: 0 additions & 4 deletions Committable.p6
Expand Up @@ -30,10 +30,6 @@ method help($message) {
Like this: {$message.server.current-nick}: f583f22,HEAD say ‘hello’; say ‘world’
};

method timeout {
return 10;
}

multi method irc-to-me($message where .text ~~ /^ \s* $<config>=\S+ \s+ $<code>=.+ /) {
my $value = self.process($message, ~$<config>, ~$<code>);
return ResponseStr.new(:$value, :$message);
Expand Down

0 comments on commit 7c4fd06

Please sign in to comment.