aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-05-30 14:21:06 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-05-30 14:21:06 -0500
commitaa80897cb328cb5247d7728b3a55476e8426d2eb (patch)
tree47633b7680db2d0023f03deac8874b3519f03e97
parent11a4a3ccecd00223a81d8d2678cc1355ebd5fe44 (diff)
downloadsbotools2-aa80897cb328cb5247d7728b3a55476e8426d2eb.tar.xz
stop exporting subs used nowhere: get_slack_version, check_slackbuilds_txt, get_pkg_name
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
index 9db22b1..85a9046 100644
--- a/SBO-Lib/lib/SBO/Lib.pm
+++ b/SBO-Lib/lib/SBO/Lib.pm
@@ -16,8 +16,6 @@ require Exporter;
@EXPORT = qw(
script_error
show_version
- get_slack_version
- check_slackbuilds_txt
slackbuilds_or_fetch
fetch_tree
update_tree
@@ -28,7 +26,6 @@ require Exporter;
make_distclean
do_upgradepkg
get_sbo_location
- get_pkg_name
make_temp_file
);