Removed unused global vars.

This commit is contained in:
Daniel Nichter
2012-02-01 10:03:37 -07:00
parent a62b74585a
commit cd91b583c1

View File

@@ -23,10 +23,6 @@
set -u set -u
# Global variables.
CMD_PIDOF="$(which pidof)"
CMD_PGREP="$(which pgrep)"
# seq N, return 1, ..., 5 # seq N, return 1, ..., 5
_seq() { _seq() {
local i="$1" local i="$1"