summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2012-08-28 15:45:57 +0000
committerCarsten Haitzler <raster@rasterman.com>2012-08-28 15:45:57 +0000
commitb3313be25603f93a40f15d255d2087c55b590203 (patch)
tree4f50fcfd20d3c0477dd34863b34f2fe8b42cc02a
parent07be970008d2d1a2a686f836640170aa70e54619 (diff)
downloadeina-b3313be25603f93a40f15d255d2087c55b590203.tar.gz
this breaks lots of stuff. terminology, e.... i got yself a blankv1.7.0
screen at 12:45am thanks to this. rvrt. :) SVN revision: 75795
-rw-r--r--src/lib/eina_str.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/eina_str.c b/src/lib/eina_str.c
index 3dea489..2a54c00 100644
--- a/src/lib/eina_str.c
+++ b/src/lib/eina_str.c
@@ -77,10 +77,6 @@ eina_str_split_full_helper(const char *str,
unsigned int tokens = 0, x;
const char *idx[256] = {NULL};
-
- if (!str) return NULL;
- if (!delim) return NULL;
- if (!elements) return NULL;
if (max_tokens < 0) max_tokens = 0;
if (max_tokens == 1)
{