Skip to content

Commit

Permalink
[common] Remove unused EXIT label
Browse files Browse the repository at this point in the history
Causes compilation time warning.

Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed Mar 28, 2019
1 parent 5f44a70 commit 8ad9e68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mce-common.c
Expand Up @@ -227,7 +227,6 @@ common_on_proximity_exec_cb(gpointer aptr)
COMMON_ON_DEMAND_TAG);
}

EXIT:
if( result == G_SOURCE_REMOVE )
common_on_proximity_exec_id = 0;

Expand Down

0 comments on commit 8ad9e68

Please sign in to comment.