summaryrefslogtreecommitdiffstats
path: root/lib/cmd/installer-pc.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-06 23:07:41 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-06 23:07:41 (EST)
commitd3eb7d0fc80ff7cf23a7fdc583aef8afd0876eeb (patch)
tree3cf47228e76f603998813a016485fd871a8a6848 /lib/cmd/installer-pc.sh
parent323d955fce69a0781b3bd6633e427216aaa60414 (diff)
lib/cmd/*.sh: Don't use use()
Diffstat (limited to 'lib/cmd/installer-pc.sh')
-rw-r--r--lib/cmd/installer-pc.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/cmd/installer-pc.sh b/lib/cmd/installer-pc.sh
index 162af16..dd01506 100644
--- a/lib/cmd/installer-pc.sh
+++ b/lib/cmd/installer-pc.sh
@@ -18,12 +18,6 @@
# along with the ProteanOS Development Kit. If not, see
# <http://www.gnu.org/licenses/>.
-use getopt
-use profile
-use block
-use install
-use session
-
cmd_installer_pc_optstring='a:p:m:'
cmd_installer_pc_main()