summaryrefslogtreecommitdiffstats
path: root/lib/vty_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vty_command.c')
-rw-r--r--lib/vty_command.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/vty_command.c b/lib/vty_command.c
index 94ba6833..a63f6f0c 100644
--- a/lib/vty_command.c
+++ b/lib/vty_command.c
@@ -1155,15 +1155,6 @@ vty_cmd_reflect_line(vty vty)
} ;
/*------------------------------------------------------------------------------
- * Set the vio->depth_mark -- about to push vin and/or vout
- */
-extern void
-uty_cmd_depth_mark(vty_io vio)
-{
- vio->depth_mark = vio->vin_depth ;
-}
-
-/*------------------------------------------------------------------------------
* Open the given file as an in pipe, if possible.
*
* Puts error messages to vty if fails.