summaryrefslogtreecommitdiff
path: root/lib/zclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zclient.h')
-rw-r--r--lib/zclient.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/zclient.h b/lib/zclient.h
index 0218c1b732..ddd9655443 100644
--- a/lib/zclient.h
+++ b/lib/zclient.h
@@ -137,10 +137,6 @@ struct zclient {
/* Socket to zebra daemon. */
int sock;
- /* Flag of communication to zebra is enabled or not. Default is on.
- This flag is disabled by `no router zebra' statement. */
- int enable;
-
/* Connection failure count. */
int fail;