mirror of https://github.com/jackc/pgx.git
Remove unused code
parent
7ca95d7f73
commit
12861ff7f1
12
conn_test.go
12
conn_test.go
|
@ -1049,13 +1049,7 @@ func TestQueryRowUnpreparedErrors(t *testing.T) {
|
||||||
defer closeConn(t, conn)
|
defer closeConn(t, conn)
|
||||||
|
|
||||||
type allTypes struct {
|
type allTypes struct {
|
||||||
s string
|
|
||||||
i16 int16
|
i16 int16
|
||||||
i32 int32
|
|
||||||
i64 int64
|
|
||||||
f32 float32
|
|
||||||
f64 float64
|
|
||||||
b bool
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var actual, zero allTypes
|
var actual, zero allTypes
|
||||||
|
@ -1093,13 +1087,7 @@ func TestQueryRowPreparedErrors(t *testing.T) {
|
||||||
defer closeConn(t, conn)
|
defer closeConn(t, conn)
|
||||||
|
|
||||||
type allTypes struct {
|
type allTypes struct {
|
||||||
s string
|
|
||||||
i16 int16
|
i16 int16
|
||||||
i32 int32
|
|
||||||
i64 int64
|
|
||||||
f32 float32
|
|
||||||
f64 float64
|
|
||||||
b bool
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var actual, zero allTypes
|
var actual, zero allTypes
|
||||||
|
|
Loading…
Reference in New Issue