diff options
author | J Pipkin <j@dawnrazor.net> | 2012-12-31 08:13:04 -0600 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2012-12-31 08:13:04 -0600 |
commit | 8b777877968f5a21fe4974cd3c99bf41137b7806 (patch) | |
tree | 22471178834dae775cda4e79599cc9183c9314b3 | |
parent | ca238587fe160ca079c40289d5b514b55d28cf9a (diff) | |
download | sbotools2-8b777877968f5a21fe4974cd3c99bf41137b7806.tar.xz |
remove no-longer-used get_readme_path()
-rwxr-xr-x | sboupgrade | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -114,12 +114,6 @@ for my $sbo (@$build_queue) { defined $locations{$sbo}; } -sub get_readme_path($) { - exists $_[0] or script_error 'get_readme_path requires an argument.'; - my $sbo = shift; - return $locations{$sbo} .'/README'; -} - # look for any (user|group)add commands in the README sub get_user_group($) { exists $_[0] or script_error 'get_user_group requires an argument'; |