Skip to content

Commit

Permalink
storage: compromise on gcassert for MVCCGetWithValueHeader
Browse files Browse the repository at this point in the history
See #93154.

Release note: None
  • Loading branch information
tbg committed Dec 7, 2022
1 parent 97054a0 commit 19f2fad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/storage/mvcc.go
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,6 @@ func MVCCGet(

// MVCCGetWithValueHeader is like MVCCGet, but in addition returns the
// MVCCValueHeader for the value.
// gcassert:inline
func MVCCGetWithValueHeader(
ctx context.Context, reader Reader, key roachpb.Key, timestamp hlc.Timestamp, opts MVCCGetOptions,
) (*roachpb.Value, *roachpb.Intent, enginepb.MVCCValueHeader, error) {
Expand Down

0 comments on commit 19f2fad

Please sign in to comment.