summaryrefslogtreecommitdiff
path: root/pbrd/pbr_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'pbrd/pbr_debug.h')
-rw-r--r--pbrd/pbr_debug.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/pbrd/pbr_debug.h b/pbrd/pbr_debug.h
index 09109971d2..c1ffce99b8 100644
--- a/pbrd/pbr_debug.h
+++ b/pbrd/pbr_debug.h
@@ -35,26 +35,4 @@ void pbr_debug_init(void);
*/
void pbr_debug_set_all(uint32_t flags, bool set);
-/*
- * Config write helper.
- *
- * vty
- * Vty to write to
- *
- * config
- * Whether we are writing to show run or saving config file
- *
- * Returns:
- * 0 for convenience
- */
-int pbr_debug_config_write_helper(struct vty *vty, bool config);
-
-/*
- * Print PBR debugging configuration.
- *
- * vty
- * VTY to print debugging configuration to.
- */
-int pbr_debug_config_write(struct vty *vty);
-
#endif /* __PBR_DEBUG_H__ */