Folded cell.? into src/or

svn:r64
This commit is contained in:
Roger Dingledine
2002-07-19 18:48:28 +00:00
parent 71c70cfca7
commit 098f44f1f6
4 changed files with 115 additions and 25 deletions
-3
View File
@@ -6,9 +6,6 @@
void command_process_cell(cell_t *cell, connection_t *conn) {
if(check_sane_cell(cell) < 0)
return;
switch(cell->command) {
case CELL_PADDING:
/* do nothing */