[epiphany/gnome-3-22] history-service: Remove incorrect comment



commit 1266f3025d4fd38df1bcc1afdbe02028e7117e9a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Feb 19 08:58:42 2017 -0600

    history-service: Remove incorrect comment
    
    The code does something different, and it's not complex enough to merit
    a comment anyway.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778649

 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 676d4db..6c71af7 100644
--- a/lib/history/ephy-history-service.c
+++ b/lib/history/ephy-history-service.c
@@ -510,7 +510,6 @@ run_history_service_thread (EphyHistoryService *self)
   do {
     message = g_async_queue_try_pop (self->queue);
     if (!message) {
-      /* Schedule commit if needed. */
       if (ephy_history_service_is_scheduled_to_commit (self))
         ephy_history_service_commit (self);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]