diff options
Diffstat (limited to 'lib/history/ephy-history-service.c')
-rw-r--r-- | lib/history/ephy-history-service.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c index 1f20519c1..9c5d72ebb 100644 --- a/lib/history/ephy-history-service.c +++ b/lib/history/ephy-history-service.c @@ -382,7 +382,6 @@ run_history_service_thread (EphyHistoryService *self) } while (!ephy_history_service_is_scheduled_to_quit (self)); ephy_history_service_close_database_connections (self); - ephy_history_service_execute_quit (self, NULL, NULL); return NULL; } |