diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/notifier.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/notifier.c b/src/notifier.c index dedea958..cd15f76f 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -363,7 +363,6 @@ int __connman_notifier_init(void) service_hash = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, NULL); - return 0; } |