[epiphany] history-service: Remove incorrect comment



commit 132e08c158e75c781dc1b94a20ce8810c7c00ef5
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 78cb095..8770190 100644
--- a/lib/history/ephy-history-service.c
+++ b/lib/history/ephy-history-service.c
@@ -513,7 +513,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]