Don't set an "rc" var that we aren't going to use.
authorWayne Davison <wayned@samba.org>
Tue, 21 Nov 2006 08:37:28 +0000 (08:37 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 21 Nov 2006 08:37:28 +0000 (08:37 +0000)
popt/popt.c

index 00a6027..756ddfe 100644 (file)
@@ -471,7 +471,7 @@ if (_popt_debug)
     }
 #endif
 
     }
 #endif
 
-    rc = execvp(argv[0], (char *const *)argv);
+    execvp(argv[0], (char *const *)argv);
 
     return POPT_ERROR_ERRNO;
 }
 
     return POPT_ERROR_ERRNO;
 }