[tor-commits] [tor/master] fixup! Extract core part of smartlist code into its own library.

nickm at torproject.org nickm at torproject.org
Wed Jun 27 16:47:15 UTC 2018


commit 82a7343b061b110cb97e4d804f989bc34ee120c9
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Jun 26 12:21:35 2018 -0400

    fixup! Extract core part of smartlist code into its own library.
---
 src/lib/smartlist_core/smartlist_core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/smartlist_core/smartlist_core.c b/src/lib/smartlist_core/smartlist_core.c
index aefdd7709..b9c5f728c 100644
--- a/src/lib/smartlist_core/smartlist_core.c
+++ b/src/lib/smartlist_core/smartlist_core.c
@@ -169,7 +169,6 @@ smartlist_pop_last(smartlist_t *sl)
     return NULL;
 }
 
-
 /** Return true iff some element E of sl has E==element.
  */
 int





More information about the tor-commits mailing list