diff options
Diffstat (limited to 'src/or/command.c')
-rw-r--r-- | src/or/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/command.c b/src/or/command.c index 62b27d6616..eef5fc42cb 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -335,4 +335,3 @@ static void command_process_destroy_cell(cell_t *cell, connection_t *conn) { } } } - |