Skip to content

Commit

Permalink
backport of commit 7dc4255 (#27315)
Browse files Browse the repository at this point in the history
Co-authored-by: akshya96 <[email protected]>
  • Loading branch information
1 parent d93899c commit 9419f87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vault/activity_log_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ package vault

import (
"context"
"time"
)

// sendCurrentFragment is a no-op on OSS
func (a *ActivityLog) sendCurrentFragment(ctx context.Context) error {
return nil
}

// CensusReport is a no-op on OSS
func (a *ActivityLog) CensusReport(context.Context, CensusReporter, time.Time) {}

0 comments on commit 9419f87

Please sign in to comment.