mirror of
https://github.com/deajan/osync
synced 2024-11-03 15:40:14 +00:00
Removed unnecessary local variables
This commit is contained in:
parent
e4d940c5c8
commit
229abbf9c1
@ -7,8 +7,6 @@ PROGRAM_VERSION=1.2-beta2
|
||||
PROGRAM_BUILD=2016111502
|
||||
IS_STABLE=no
|
||||
|
||||
#TODO: remove local unused vars (multiplier etc)
|
||||
|
||||
# Execution order #__WITH_PARANOIA_DEBUG
|
||||
# Function Name Is parallel #__WITH_PARANOIA_DEBUG
|
||||
|
||||
@ -271,10 +269,6 @@ function _CheckDiskSpaceLocal {
|
||||
__CheckArguments 1 $# "${FUNCNAME[0]}" "$@" #__WITH_PARANOIA_DEBUG
|
||||
|
||||
local diskSpace
|
||||
local notation
|
||||
local suffix
|
||||
local suffixPresent
|
||||
local multiplier=0
|
||||
|
||||
Logger "Checking minimum disk space in [$replica_path]." "NOTICE"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user