From 51c80c5452fea6658f251b8434d855dbf797c0c6 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 9 Mar 2021 22:22:57 +0800 Subject: [PATCH] common/str_list: remove unused "using" Signed-off-by: Kefu Chai --- src/common/str_list.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/str_list.cc b/src/common/str_list.cc index 016155e98b7..e2284e1e199 100644 --- a/src/common/str_list.cc +++ b/src/common/str_list.cc @@ -16,7 +16,6 @@ using std::string; using std::vector; -using std::set; using std::list; using ceph::for_each_substr; -- 2.39.5