commit 82a7343b061b110cb97e4d804f989bc34ee120c9 Author: Nick Mathewson nickm@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
tor-commits@lists.torproject.org