chan: Remove dead var cell handler from channel_t

The variable lenght cells are handled directly by
channel_tls_handle_var_cell() from an OR connection reading its inbuf. The
channel var cell handler (agnostic) was never used.

Closes #32892

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet
2020-01-07 15:03:24 -05:00
committed by Nick Mathewson
parent e231cd5b61
commit 59dac38ebe
6 changed files with 8 additions and 77 deletions
+3
View File
@@ -0,0 +1,3 @@
o Code simplification and refactoring (channel):
- Channel layer had a variable length cell handler that was not used and
thus removed. Closes ticket 32892.