Merge pull request #4732 from yifan-gu/cleanup

Remove outdated const.
This commit is contained in:
Rohit Jnagal 2015-02-23 16:06:32 -08:00
commit 50700419ea

View File

@ -49,8 +49,6 @@ import (
"github.com/golang/glog"
)
const defaultChanSize = 1024
// taken from lmctfy https://github.com/google/lmctfy/blob/master/lmctfy/controllers/cpu_controller.cc
const minShares = 2
const sharesPerCPU = 1024