# HG changeset patch # User reimar # Date 1170590309 0 # Node ID 6b72edbe78c1baff2901c32493495bbefcc94c4d # Parent ac0ca0d80917bbce9f9e65c0ebe107af555493db Get rid of useless last_ptr assignment diff -r ac0ca0d80917 -r 6b72edbe78c1 m_option.c --- a/m_option.c Sun Feb 04 11:47:08 2007 +0000 +++ b/m_option.c Sun Feb 04 11:58:29 2007 +0000 @@ -544,7 +544,6 @@ while(ptr[0] != '\0') { - last_ptr = ptr; ptr = strchr(ptr,LIST_SEPARATOR); if(!ptr) { n++;