diff --git a/conn.go b/conn.go index dbf6ac68..c857234c 100644 --- a/conn.go +++ b/conn.go @@ -69,11 +69,6 @@ type PreparedStatement struct { ParameterOIDs []pgtype.OID } -// PrepareExOptions is an option struct that can be passed to PrepareEx -type PrepareExOptions struct { - ParameterOIDs []pgtype.OID -} - // Identifier a PostgreSQL identifier or name. Identifiers can be composed of // multiple parts such as ["schema", "table"] or ["table", "column"]. type Identifier []string