summaryrefslogtreecommitdiff
path: root/libcore/helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcore/helpers.c')
-rw-r--r--libcore/helpers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcore/helpers.c b/libcore/helpers.c
index f24f6e7..c8e7fe2 100644
--- a/libcore/helpers.c
+++ b/libcore/helpers.c
@@ -138,7 +138,6 @@ string &trim(string &s) {
return ltrim(rtrim(s));
}
-
// split: receives a char delimiter; returns a vector of strings
// By default ignores repeated delimiters, unless argument rep == 1.
vector<string>& splitstring::split(char delim, int rep) {