]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/str_list: remove unnecessary function get_str_set 35613/head
authorChangcheng Liu <changcheng.liu@aliyun.com>
Mon, 27 Jul 2020 07:35:16 +0000 (15:35 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Tue, 28 Jul 2020 02:48:54 +0000 (10:48 +0800)
commit2d363208424fcfe929574e0ee62be3395917b6f6
tree40845cccd3c30b2ae21c6c14c9a7f29588fc7881
parent73bdad0552d6687064f86d2bac5cee60af73a635
common/str_list: remove unnecessary function get_str_set

1. get_str_set isn't used.
2. In future, it should use for_each_substr for better performance where
   get_str_set is needed.

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
src/common/str_list.cc
src/include/str_list.h
src/test/test_str_list.cc