remove unnecessary check phases

This commit is contained in:
Oliver Gorwits
2017-10-06 07:44:20 +01:00
parent e44f06364a
commit b58a5816a9
10 changed files with 1 additions and 37 deletions

View File

@@ -72,7 +72,7 @@ consistency with other Status class methods but really does nothing.
sub noop {
debug $_[1] if $_[1];
return 1;
return true;
}
=head2 is_ok