mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
refactor remove unused const
This commit is contained in:
parent
d646d7c16a
commit
0762c79e2e
@ -10,11 +10,6 @@ import (
|
|||||||
|
|
||||||
var Permanent time.Time
|
var Permanent time.Time
|
||||||
|
|
||||||
const (
|
|
||||||
tDir = true // type dir
|
|
||||||
tNode = false // type node
|
|
||||||
)
|
|
||||||
|
|
||||||
// node is the basic element in the store system.
|
// node is the basic element in the store system.
|
||||||
// A key-value pair will have a string value
|
// A key-value pair will have a string value
|
||||||
// A directory will have a children map
|
// A directory will have a children map
|
||||||
|
Loading…
x
Reference in New Issue
Block a user