Remove unnecessary variables from _ps function

This commit is contained in:
Joe Bloggs 2014-04-15 01:01:36 +01:00
parent fe4106b9bf
commit 182ca26656
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# This works with procps version 3.2.8 # This works with procps version 3.2.8
local context state state_descr line local state
typeset -A opt_args typeset -A opt_args
local filterexcl="(-A -a -C -d -e -g -G --group --Group -p --pid --ppid -s --sid -t --tty -u -U --user --User)" local filterexcl="(-A -a -C -d -e -g -G --group --Group -p --pid --ppid -s --sid -t --tty -u -U --user --User)"