Remove the unused circuit_dump_by_chan().

Also remove its helper function.
This commit is contained in:
Nick Mathewson
2014-03-23 00:28:39 -04:00
parent 2cfc4453c2
commit f560eeadc3
3 changed files with 3 additions and 67 deletions
+3
View File
@@ -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".