Explorar o código

refactor remove unused const

Xiang Li %!s(int64=12) %!d(string=hai) anos
pai
achega
0762c79e2e
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      store/node.go

+ 0 - 5
store/node.go

@@ -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