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

27 Jun
2018
27 Jun
'18
4:47 p.m.
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
2566
Age (days ago)
2566
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org