From: Nick Mathewson Date: Tue, 26 Jun 2018 16:21:35 +0000 (-0400) Subject: fixup! Extract core part of smartlist code into its own library. X-Git-Tag: tor-0.3.5.1-alpha~354^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82a7343b061b110cb97e4d804f989bc34ee120c9;p=thirdparty%2Ftor.git fixup! Extract core part of smartlist code into its own library. --- diff --git a/src/lib/smartlist_core/smartlist_core.c b/src/lib/smartlist_core/smartlist_core.c index aefdd77099..b9c5f728ce 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