summaryrefslogtreecommitdiff
path: root/dbug/dbug.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbug/dbug.c')
-rw-r--r--dbug/dbug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbug/dbug.c b/dbug/dbug.c
index c4ae89f837f..e482fd95073 100644
--- a/dbug/dbug.c
+++ b/dbug/dbug.c
@@ -2000,7 +2000,6 @@ static char *DbugMalloc(size_t size)
static const char *DbugStrTok(const char *s)
{
- const char *start=s;
while (s[0] && (s[0] != ':' ||
(s[1] == '\\' || s[1] == '/' || (s[1] == ':' && s++))))
s++;