Skip to content

Commit 487b679

Browse files
MSite.cpp: removed an unused using statement
1 parent 235ab81 commit 487b679

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/common/MSite.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ using std::string;
2929
using std::runtime_error;
3030
using std::regex_match;
3131
using std::from_chars;
32-
using std::find_first_of;
3332
using std::find_if;
3433
using std::cbegin;
3534
using std::cend;

0 commit comments

Comments
 (0)