Skip to content

Commit

Permalink
Revert "Added Stubs to stop breakage of Ent (#28772)"
Browse files Browse the repository at this point in the history
This reverts commit 0923064.
  • Loading branch information
divyaac authored Jan 3, 2025
1 parent f730d31 commit 5ba4203
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
15 changes: 0 additions & 15 deletions vault/activity_log_stubs_oss.go

This file was deleted.

5 changes: 5 additions & 0 deletions vault/activity_log_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ import (
func (a *ActivityLog) sendCurrentFragment(ctx context.Context) error {
return nil
}

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

0 comments on commit 5ba4203

Please sign in to comment.