From 4269f674ea082c53a7756f8e80d0d218e24f7819 Mon Sep 17 00:00:00 2001 From: Ashwin <ashwin2007ray@gmail.com> Date: Mon, 7 Mar 2016 17:47:33 +1100 Subject: [PATCH] removed redundant initialization --- tools/merge/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/merge/main.go b/tools/merge/main.go index 52e9cac6..8312b2f1 100644 --- a/tools/merge/main.go +++ b/tools/merge/main.go @@ -133,7 +133,6 @@ func mergeFolders(mergePath, destPath string) { Fatal("While opening store") } - heap.Init(&pq) var lastKey, lastValue []byte for pq.Len() > 0 { top := heap.Pop(&pq).(*Item) -- GitLab