1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

path: remove obsolete function prototype

This commit is contained in:
Steffen Vogel 2020-07-04 17:15:05 +02:00 committed by Steffen Vogel
parent 86d7f91eb5
commit 0252ee7d98

View file

@ -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 ]