From 489f2525bd2f0bbef43ae46aeb2cda897ea054e9 Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 2 Jul 2018 16:14:40 -0400 Subject: [PATCH] Delete libs/common/array.go closes https://github.com/tendermint/tmlibs/issues/133 --- libs/common/array.go | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 libs/common/array.go diff --git a/libs/common/array.go b/libs/common/array.go deleted file mode 100644 index adedc42be..000000000 --- a/libs/common/array.go +++ /dev/null @@ -1,5 +0,0 @@ -package common - -func Arr(items ...interface{}) []interface{} { - return items -}