From 59a6fadf7831eb65cb4003bd6a47ff09b6835078 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 30 Apr 2015 00:37:07 +0200 Subject: [PATCH] pack: remove unneeded comment --- pack/pack_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pack/pack_test.go b/pack/pack_test.go index d45f7f7c7..001161090 100644 --- a/pack/pack_test.go +++ b/pack/pack_test.go @@ -18,8 +18,6 @@ import ( var lengths = []int{23, 31650, 25860, 10928, 13769, 19862, 5211, 127, 13690, 30231} -// var lengths = []int{200} - func TestCreatePack(t *testing.T) { type Buf struct { data []byte