diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-26 12:21:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-26 12:21:35 -0400 |
commit | 82a7343b061b110cb97e4d804f989bc34ee120c9 (patch) | |
tree | 5666b63ddb6047468615e16bec5bd4806f67ff64 | |
parent | 6e2b6a6685b303dbcc920f4019823448127a5284 (diff) | |
download | tor-82a7343b061b110cb97e4d804f989bc34ee120c9.tar.gz tor-82a7343b061b110cb97e4d804f989bc34ee120c9.zip |
fixup! Extract core part of smartlist code into its own library.
-rw-r--r-- | src/lib/smartlist_core/smartlist_core.c | 1 |
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 |