Skip to content

Commit

Permalink
remove future comment about VectorContains
Browse files Browse the repository at this point in the history
It's useful now :)
  • Loading branch information
Smattr committed Apr 14, 2019
1 parent f9020a1 commit 2fbec06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.cpp
Expand Up @@ -90,7 +90,6 @@ vector<string> CustomArgs(string path) {
}

// Check if an item exists in a vector
// Could be useful in future
bool VectorContains(string s, vector<string> v) {
return std::find(v.begin(), v.end(), s) != v.end();
}

0 comments on commit 2fbec06

Please sign in to comment.