summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h
index 4913a35..0f5fec0 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -239,7 +239,6 @@ struct fastd_context {
fastd_peer_group_t *peer_group;
VECTOR(fastd_peer_t*) peers;
- VECTOR(fastd_peer_t*) peers_temp;
#ifdef USE_EPOLL
int epoll_fd;