summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpc/cmdtab.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/lpc/cmdtab.c')
-rw-r--r--usr.sbin/lpr/lpc/cmdtab.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.sbin/lpr/lpc/cmdtab.c b/usr.sbin/lpr/lpc/cmdtab.c
index 73dad39d..2d9b17d 100644
--- a/usr.sbin/lpr/lpc/cmdtab.c
+++ b/usr.sbin/lpr/lpc/cmdtab.c
@@ -86,14 +86,6 @@ struct cmd cmdtab[] = {
{ "topq", topqhelp, PR, topq, 0 },
{ "up", uphelp, PR, 0, up_q },
{ "?", helphelp, 0, help, 0 },
- { "xabort", aborthelp, PR, 0, doabort },
- { "xenable", enablehelp, PR, 0, enable },
- { "xdisable", disablehelp, PR, 0, disable },
- { "xdown", downhelp, PR, down, 0 },
- { "xrestart", restarthelp, 0, 0, restart },
- { "xstart", starthelp, PR, 0, startcmd },
- { "xstop", stophelp, PR, 0, stop },
- { "xup", uphelp, PR, 0, up },
{ 0, 0, 0, 0, 0},
};
OpenPOWER on IntegriCloud