Skip to content

Commit c3bc9a5

Browse files
committed
Remove unused function after changes in commit 70a8bbd.
1 parent 7168436 commit c3bc9a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/utils/shared_files.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ class SharedFiles {
5959
using handlers_map = std::unordered_map<std::string, handler_info>;
6060
handlers_map m_handlers;
6161

62-
handlers_map::iterator find_handler(
63-
const std::string &fileName) {
64-
return m_handlers.find(fileName);
65-
}
6662
handlers_map::iterator add_new_handler(
6763
const std::string &fileName, std::string *error);
6864
};

0 commit comments

Comments
 (0)