summaryrefslogtreecommitdiffstats
path: root/m_option.c
diff options
context:
space:
mode:
Diffstat (limited to 'm_option.c')
-rw-r--r--m_option.c1
1 files changed, 0 insertions, 1 deletions
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++;