mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-07 09:53:39 +02:00
gdbus-tool: Drop a few lines of dead code
request_completion is checked several blocks higher in the function. Spotted by Coverity. Coverity ID: 1373215 Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -2136,10 +2136,6 @@ handle_wait (gint *argc,
|
||||
goto out;
|
||||
}
|
||||
|
||||
/* All done with completion now */
|
||||
if (request_completion)
|
||||
goto out;
|
||||
|
||||
/* Start the prerequisite service if needed. */
|
||||
if (activate_service != NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user