Skip to content

Commit d073a48

Browse files
author
Daniel Lemire
committed
simplify
1 parent 572d53a commit d073a48

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/url_pattern_helpers.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
#include "ada/url_pattern_helpers.h"
22

3-
#include <algorithm>
4-
#include <optional>
5-
#include <string>
6-
73
namespace ada::url_pattern_helpers {
84

9-
std::vector<int> tokenize(){
5+
std::vector<int> tokenize() {
106
std::vector<int> token_list;
117
return token_list;
128
}

0 commit comments

Comments
 (0)