From 0762c79e2ef0e50a528321faec573de133a8b3a5 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Thu, 5 Dec 2013 21:04:00 -0500 Subject: [PATCH] refactor remove unused const --- store/node.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/store/node.go b/store/node.go index ee09da998..e284ce2b8 100644 --- a/store/node.go +++ b/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