aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-23 00:28:39 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-23 00:28:39 -0400
commitf560eeadc38f3146f17c55b0d00799b3ee7d5acf (patch)
treebf272bfd66824801e397441d263b99029658ed63 /changes
parent2cfc4453c246bbd964cb9849bc5959bb1c510ae7 (diff)
downloadtor-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/bug91073
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".