diff options
Diffstat (limited to 'lib/vty.h')
-rw-r--r-- | lib/vty.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -232,10 +232,6 @@ struct vty { uintptr_t mgmt_req_pending_data; bool mgmt_locked_candidate_ds; bool mgmt_locked_running_ds; - /* Need to track when we file-lock in vtysh to re-lock on end/conf t - * workaround - */ - bool vtysh_file_locked; }; static inline void vty_push_context(struct vty *vty, int node, uint64_t id) |