mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01: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:
parent
3a926db37b
commit
fe2813b842
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user