Index: state/util.go |
=== modified file 'state/util.go' |
--- state/util.go 2012-05-14 23:37:18 +0000 |
+++ state/util.go 2012-05-15 23:21:15 +0000 |
@@ -262,7 +262,6 @@ |
} |
// copyCache copies the keys and values of one cache into a new one. |
-// If in is nil, out will be an empty map. |
func copyCache(in map[string]interface{}) (out map[string]interface{}) { |
out = make(map[string]interface{}) |
for key, value := range in { |