summaryrefslogtreecommitdiffstats
path: root/pathd/pathd.h
diff options
context:
space:
mode:
Diffstat (limited to 'pathd/pathd.h')
-rw-r--r--pathd/pathd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pathd/pathd.h b/pathd/pathd.h
index 73ad4922..75e7eff9 100644
--- a/pathd/pathd.h
+++ b/pathd/pathd.h
@@ -32,8 +32,6 @@ enum srte_protocol_origin {
extern struct debug path_policy_debug;
-#define PATH_POLICY_DEBUG_BASIC 0x01
-
enum srte_policy_status {
SRTE_POLICY_STATUS_UNKNOWN = 0,
SRTE_POLICY_STATUS_DOWN = 1,
@@ -437,7 +435,6 @@ void srte_candidate_status_update(struct srte_candidate *candidate, int status);
void srte_candidate_unset_segment_list(const char *originator, bool force);
const char *srte_origin2str(enum srte_protocol_origin origin);
void pathd_shutdown(void);
-void path_policy_show_debugging(struct vty *vty);
/* path_cli.c */
void path_cli_init(void);