From b902854178cb41c0cc35e9c40a00c5caa765d583 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Wed, 22 Jul 2020 08:25:29 +0800 Subject: [PATCH] client: cleanup the fuse client code Signed-off-by: Xiubo Li --- src/client/Client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/Client.h b/src/client/Client.h index 4e63237c6f58..15bf6a9cd8db 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -948,7 +948,6 @@ protected: // global client lock // - protects Client and buffer cache both! ceph::mutex client_lock = ceph::make_mutex("Client::client_lock"); -; std::map ll_snap_ref; -- 2.47.3