瀏覽代碼

Remove unused function

Timo Linna 13 年之前
父節點
當前提交
11878508a9
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      parser.go

+ 0 - 5
parser.go

@@ -154,11 +154,6 @@ func all(r bounds) uint64 {
 	return getBits(r.min, r.max, 1) | starBit
 	return getBits(r.min, r.max, 1) | starBit
 }
 }
 
 
-// first returns bits with only the first (minimum) value set.
-func first(r bounds) uint64 {
-	return getBits(r.min, r.min, 1)
-}
-
 // parseDescriptor returns a pre-defined schedule for the expression, or panics
 // parseDescriptor returns a pre-defined schedule for the expression, or panics
 // if none matches.
 // if none matches.
 func parseDescriptor(spec string) Schedule {
 func parseDescriptor(spec string) Schedule {