mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
This reverts commit 0923064dff.
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
//go:build !enterprise
|
||||
|
||||
package vault
|
||||
|
||||
import "context"
|
||||
|
||||
//go:generate go run github.com/hashicorp/vault/tools/stubmaker
|
||||
|
||||
// sendGlobalClients is a no-op on CE
|
||||
func (a *ActivityLog) sendGlobalClients(ctx context.Context) error {
|
||||
return nil
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user