aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-11-05 03:23:35 -0600
committerJacob Pipkin <j@dawnrazor.net>2012-11-05 03:23:35 -0600
commit726522b533984f1b9652b580153a65d4c12b3ae9 (patch)
tree2ba8bb210efa6c9ba7dd82a36465eafd322c8cd4
parent63db7af11265967d0111c8224aa07c040fb438b9 (diff)
downloadsbotools2-726522b533984f1b9652b580153a65d4c12b3ae9.tar.xz
git rid of prototype for get_build_queue. all tests pass.
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
index b6acd49..09a1822 100644
--- a/SBO-Lib/lib/SBO/Lib.pm
+++ b/SBO-Lib/lib/SBO/Lib.pm
@@ -737,7 +737,7 @@ sub add_to_queue ($) {
}
# recursively add a sbo's requirements to the build queue.
-sub get_build_queue ($$) {
+sub get_build_queue {
exists $_[1] or script_error 'get_build_queue requires two arguments.';
my ($sbos, $warnings) = @_;
my $temp_queue = [];