Skip to content

Commit

Permalink
backport of commit 7dc4255
Browse files Browse the repository at this point in the history
  • Loading branch information
akshya96 authored May 31, 2024
1 parent 3db22df commit abf9017
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 abf9017

Please sign in to comment.