Skip to content

Commit

Permalink
[TT-9864] Remove unused IsDocumentRecyclable method.
Browse files Browse the repository at this point in the history
  • Loading branch information
buraksezer committed Jun 13, 2024
1 parent f2bcf5b commit 2ecb0a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/graphql/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ func (r *Request) Print(writer io.Writer) (n int, err error) {
return writer.Write(r.document.Input.RawBytes)
}

func (r *Request) IsDocumentRecyclable() bool {
return r.isDocumentRecyclable
}

// Cleanup releases the resources that have been allocated during the query execution.
// Please note that a Request instance is not reusable.
func (r *Request) Cleanup() {
Expand Down

0 comments on commit 2ecb0a3

Please sign in to comment.