From 0252ee7d98794d52a22854eae289a4872017b9d3 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 4 Jul 2020 17:15:05 +0200 Subject: [PATCH] path: remove obsolete function prototype --- include/villas/path.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/villas/path.h b/include/villas/path.h index 701f11c84..72348d6f8 100644 --- a/include/villas/path.h +++ b/include/villas/path.h @@ -127,12 +127,6 @@ int path_stop(struct vpath *p); */ int path_destroy(struct vpath *p); -/** Show some basic statistics for a path. - * - * @param p A pointer to the path structure. - */ -void path_print_stats(struct vpath *p); - /** Fills the provided buffer with a string representation of the path. * * Format: source => [ dest1 dest2 dest3 ]