Skip to content
Snippets Groups Projects
Commit 4269f674 authored by Ashwin's avatar Ashwin
Browse files

removed redundant initialization

parent de6eb419
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment