From ae912aee0d381d8a4c68d36ce6116cd07716a110 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 4 Feb 2007 11:58:29 +0000 Subject: Get rid of useless last_ptr assignment git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22124 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_option.c | 1 - 1 file changed, 1 deletion(-) diff --git a/m_option.c b/m_option.c index 68ebd08c0d..306fecd4b3 100644 --- a/m_option.c +++ b/m_option.c @@ -544,7 +544,6 @@ static int parse_str_list(m_option_t* opt,char *name, char *param, void* dst, in while(ptr[0] != '\0') { - last_ptr = ptr; ptr = strchr(ptr,LIST_SEPARATOR); if(!ptr) { n++; -- cgit v1.2.3