# HG changeset patch # User reimar # Date 1155142368 0 # Node ID 41bcb2309c9ccd319f46cbc0461182ae6e537bbc # Parent 59af53f4f436f64f0183159cf2eeeb8215bd5f62 Get rid of two initialized but unused variables diff -r 59af53f4f436 -r 41bcb2309c9c m_option.c --- a/m_option.c Wed Aug 09 11:03:11 2006 +0000 +++ b/m_option.c Wed Aug 09 16:52:48 2006 +0000 @@ -1837,7 +1837,6 @@ if( ptr2!=NULL ) { // We got something, at least a username... - int len = ptr2-ptr1; if(!m_option_list_find(desc->fields,"username")) { mp_msg(MSGT_CFGPARSER, MSGL_WARN, "Option %s: This URL doesn't have a username part.\n",name); // skip @@ -1845,7 +1844,6 @@ ptr3 = strstr(ptr1, ":"); if( ptr3!=NULL && ptr3fields,"password")) { mp_msg(MSGT_CFGPARSER, MSGL_WARN, "Option %s: This URL doesn't have a password part.\n",name); // skip