changeset 22106:6b72edbe78c1

Get rid of useless last_ptr assignment
author reimar
date Sun, 04 Feb 2007 11:58:29 +0000
parents ac0ca0d80917
children c3e8e6c9ea5e
files m_option.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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++;