2
0

Remove unused ScannerV3

This commit is contained in:
Jack Christensen
2017-03-11 15:44:21 -06:00
parent 77c57c780d
commit b0cd63bcf0
2 changed files with 0 additions and 13 deletions
-4
View File
@@ -204,10 +204,6 @@ type Encoder interface {
FormatCode() int16
}
type ScannerV3 interface {
ScanPgxV3(fieldDescription interface{}, src interface{}) error
}
// NullFloat32 represents an float4 that may be null. NullFloat32 implements the
// Scanner and Encoder interfaces so it may be used both as an argument to
// Query[Row] and a destination for Scan.