refactor remove unused const

release-0.4
Xiang Li 2013-12-05 21:04:00 -05:00
parent d646d7c16a
commit 0762c79e2e
1 changed files with 0 additions and 5 deletions

View File

@ -10,11 +10,6 @@ import (
var Permanent time.Time
const (
tDir = true // type dir
tNode = false // type node
)
// node is the basic element in the store system.
// A key-value pair will have a string value
// A directory will have a children map