From 12861ff7f18245af9205bc935eff2c4417320bd8 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Fri, 11 Jul 2014 14:33:54 -0500 Subject: [PATCH] Remove unused code --- conn_test.go | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/conn_test.go b/conn_test.go index b0a5774d..1f8f1e78 100644 --- a/conn_test.go +++ b/conn_test.go @@ -1049,13 +1049,7 @@ func TestQueryRowUnpreparedErrors(t *testing.T) { defer closeConn(t, conn) type allTypes struct { - s string i16 int16 - i32 int32 - i64 int64 - f32 float32 - f64 float64 - b bool } var actual, zero allTypes @@ -1093,13 +1087,7 @@ func TestQueryRowPreparedErrors(t *testing.T) { defer closeConn(t, conn) type allTypes struct { - s string i16 int16 - i32 int32 - i64 int64 - f32 float32 - f64 float64 - b bool } var actual, zero allTypes