diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/main.c b/src/or/main.c index 38afee58e7..ab3238a02d 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -13,8 +13,6 @@ static connection_t *connection_array[MAXCONNECTIONS] = { NULL }; static struct pollfd poll_array[MAXCONNECTIONS]; -/* = { [0 ... MAXCONNECTIONS-1] = { -1, 0, 0 } }; - */ static int nfds=0; /* number of connections currently active */ |