aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filer.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer/filer.go')
-rw-r--r--weed/filer/filer.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/weed/filer/filer.go b/weed/filer/filer.go
index d3d2de948..b68004a8b 100644
--- a/weed/filer/filer.go
+++ b/weed/filer/filer.go
@@ -175,10 +175,6 @@ func (fs *Filer) GetMaster(ctx context.Context) pb.ServerAddress {
return fs.MasterClient.GetMaster(ctx)
}
-func (fs *Filer) KeepMasterClientConnected(ctx context.Context) {
- fs.MasterClient.KeepConnectedToMaster(ctx)
-}
-
func (f *Filer) BeginTransaction(ctx context.Context) (context.Context, error) {
return f.Store.BeginTransaction(ctx)
}