Skip to content

Commit

Permalink
Remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
horpto authored and jackc committed Jul 31, 2023
1 parent dd43344 commit 78d2bbb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composite_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,12 +598,10 @@ func (b *CompositeBinaryBuilder) Finish() ([]byte, error) {
}

type CompositeTextBuilder struct {
ci *ConnInfo
buf []byte
startIdx int
fieldCount uint32
err error
fieldBuf [32]byte
ci *ConnInfo
buf []byte
err error
fieldBuf [32]byte
}

func NewCompositeTextBuilder(ci *ConnInfo, buf []byte) *CompositeTextBuilder {
Expand Down

0 comments on commit 78d2bbb

Please sign in to comment.