]> arthur.barton.de Git - netdata.git/blobdiff - plugins.d/tc-qos-helper.sh
Merge pull request #2 from firehol/master
[netdata.git] / plugins.d / tc-qos-helper.sh
index bff5217d28a449e81d96ec0fb55e34a14631045d..9caef85f720cfeae0a8fb0bf54ed9efbd31898cc 100755 (executable)
@@ -27,16 +27,9 @@ if [ -f "${config_dir}/tc-qos-helper.conf" ]
     source "${config_dir}/tc-qos-helper.conf"
 fi
 
-# default time function
-now_ms=
-current_time_ms() {
-    now_ms="$(date +'%s')000"
-}
-
 # default sleep function
 LOOPSLEEPMS_LASTWORK=0
 loopsleepms() {
-    [ "$1" = "tellwork" ] && shift
     sleep $1
 }