diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-23 00:28:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-23 00:28:39 -0400 |
commit | f560eeadc38f3146f17c55b0d00799b3ee7d5acf (patch) | |
tree | bf272bfd66824801e397441d263b99029658ed63 /changes | |
parent | 2cfc4453c246bbd964cb9849bc5959bb1c510ae7 (diff) | |
download | tor-f560eeadc38f3146f17c55b0d00799b3ee7d5acf.tar.gz tor-f560eeadc38f3146f17c55b0d00799b3ee7d5acf.zip |
Remove the unused circuit_dump_by_chan().
Also remove its helper function.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9107 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug9107 b/changes/bug9107 new file mode 100644 index 0000000000..dba1669778 --- /dev/null +++ b/changes/bug9107 @@ -0,0 +1,3 @@ + o Code simplifications and refactoring: + - Remove unused function circuit_dump_by_chan from circuitlist.c. Closes + issue #9107; patch from "marek". |