diff options
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r-- | zebra/zserv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index 3d7ebbcd..5e8bccac 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -38,10 +38,6 @@ struct zserv /* Client file descriptor. */ int sock; - /* Client route type. */ - /* Assuming each client contains only one type of route. */ - int route_type; - /* Input/output buffer to the client. */ struct stream *ibuf; struct stream *obuf; |