aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-26 12:21:35 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-26 12:21:35 -0400
commit82a7343b061b110cb97e4d804f989bc34ee120c9 (patch)
tree5666b63ddb6047468615e16bec5bd4806f67ff64 /src
parent6e2b6a6685b303dbcc920f4019823448127a5284 (diff)
downloadtor-82a7343b061b110cb97e4d804f989bc34ee120c9.tar.gz
tor-82a7343b061b110cb97e4d804f989bc34ee120c9.zip
fixup! Extract core part of smartlist code into its own library.
Diffstat (limited to 'src')
-rw-r--r--src/lib/smartlist_core/smartlist_core.c1
1 files changed, 0 insertions, 1 deletions
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