Signed-off-by: Justin Pettit <jpet...@nicira.com>
---
 ovsdb/monitor.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/ovsdb/monitor.c b/ovsdb/monitor.c
index a6e25c9..7805c60 100644
--- a/ovsdb/monitor.c
+++ b/ovsdb/monitor.c
@@ -412,9 +412,7 @@ ovsdb_monitor_table_find_changes(struct ovsdb_monitor_table 
*mt,
     return NULL;
 }
 
-/* Stop currently tracking changes to table 'mt' since 'transaction'.
- *
- * Return 'true' if the 'transaction' is being tracked. 'false' otherwise. */
+/* Stop currently tracking changes to table 'mt' since 'transaction'. */
 static void
 ovsdb_monitor_table_untrack_changes(struct ovsdb_monitor_table *mt,
                                     uint64_t transaction)
-- 
1.7.5.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to