Don't set an "rc" var that we aren't going to use.
[rsync/rsync.git] / popt / popt.c
index 00a6027..756ddfe 100644 (file)
@@ -471,7 +471,7 @@ if (_popt_debug)
     }
 #endif
 
-    rc = execvp(argv[0], (char *const *)argv);
+    execvp(argv[0], (char *const *)argv);
 
     return POPT_ERROR_ERRNO;
 }