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:
parent
86d7f91eb5
commit
0252ee7d98
1 changed files with 0 additions and 6 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue