diff m_option.c @ 18958:a8e681ad7c90

Remove unused variables, patch by Stefan Huehner stefan at huehner org.
author diego
date Sat, 08 Jul 2006 17:28:36 +0000
parents cc65a585fdcc
children 75327b24e06f
line wrap: on
line diff
--- a/m_option.c	Sat Jul 08 17:15:17 2006 +0000
+++ b/m_option.c	Sat Jul 08 17:28:36 2006 +0000
@@ -1198,7 +1198,7 @@
 
 static int get_obj_param(char* opt_name,char* obj_name, m_struct_t* desc,
 			 char* str,int* nold,int oldmax,char** dst) {
-  char* eq,param;
+  char* eq;
   m_option_t* opt;
   int r;
 
@@ -1252,7 +1252,7 @@
 static int get_obj_params(char* opt_name, char* name,char* params,
 			  m_struct_t* desc,char separator, char*** _ret) {
   int n = 0,nold = 0, nopts,r;
-  char* ptr,*last_ptr = params,*eq;
+  char* ptr,*last_ptr = params;
   char** ret;
 
   if(!strcmp(params,"help")) { // Help