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:
Philip Withnall 2017-04-03 11:43:18 +01:00
parent 3a926db37b
commit fe2813b842

View File

@ -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)
{