]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/str_list: remove unused "using"
authorKefu Chai <kchai@redhat.com>
Tue, 9 Mar 2021 14:22:57 +0000 (22:22 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 9 Mar 2021 14:32:36 +0000 (22:32 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/str_list.cc

index 016155e98b7332262a30183f816802d1f042dc29..e2284e1e19989de7df88ea0aaf7887d6dba89ce3 100644 (file)
@@ -16,7 +16,6 @@
 
 using std::string;
 using std::vector;
-using std::set;
 using std::list;
 using ceph::for_each_substr;