From 0fbe7f31883787df9c6fe91a3869e5f3f6a2befe Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Tue, 4 Feb 2014 19:40:55 -0500 Subject: remove node_describe_by_id() function This function is not used anymore --- src/or/router.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or/router.h') diff --git a/src/or/router.h b/src/or/router.h index a6271c3b3b..1ee0577c8c 100644 --- a/src/or/router.h +++ b/src/or/router.h @@ -132,7 +132,6 @@ const char *routerstatus_get_description(char *buf, const routerstatus_t *rs); const char *extend_info_get_description(char *buf, const extend_info_t *ei); const char *router_describe(const routerinfo_t *ri); const char *node_describe(const node_t *node); -const char *node_describe_by_id(const char *id_digest); const char *routerstatus_describe(const routerstatus_t *ri); const char *extend_info_describe(const extend_info_t *ei); -- cgit v1.2.3-54-g00ecf