summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 7daa4f97aa..d88fa2b7c2 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -256,7 +256,6 @@ static inline uint64_t MsToNs(uint64_t ns) {
return ns * 1000 * 1000;
}
-
// Splits a string using the given delimiter character into a vector of
// strings. Empty strings will be omitted.
void Split(const std::string& s, char delim, std::vector<std::string>& result);