remove comments on Make.+()

This commit is contained in:
Kouhei Ueno
2014-07-12 13:16:16 +09:00
parent e268e4bb7a
commit bf137c38e7
3 changed files with 0 additions and 3 deletions

View File

@@ -28,7 +28,6 @@ type RandomScheduler struct {
random *rand.Rand
}
// MakeRandomScheduler creates a new RandomScheduler instance.
func MakeRandomScheduler(random *rand.Rand) Scheduler {
return &RandomScheduler{
random: random,