mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +00:00
Removed unused global vars.
This commit is contained in:
@@ -23,10 +23,6 @@
|
||||
|
||||
set -u
|
||||
|
||||
# Global variables.
|
||||
CMD_PIDOF="$(which pidof)"
|
||||
CMD_PGREP="$(which pgrep)"
|
||||
|
||||
# seq N, return 1, ..., 5
|
||||
_seq() {
|
||||
local i="$1"
|
||||
|
Reference in New Issue
Block a user