fixup! Extract core part of smartlist code into its own library.

This commit is contained in:
Nick Mathewson
2018-06-26 12:21:35 -04:00
parent 6e2b6a6685
commit 82a7343b06
-1
View File
@@ -169,7 +169,6 @@ smartlist_pop_last(smartlist_t *sl)
return NULL;
}
/** Return true iff some element E of sl has E==element.
*/
int