X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fpath.h;h=dec3df70351ea9f6a8b59dde6ce6aea4e6f56fb2;hb=eb9da376d76b48585b3b63b4f91903b54f7abd36;hp=6adab5897d1f95edc93fb9a030d9c603f05d46c3;hpb=44a6b1b68029833893f6e9cee35aa27a974038f6;p=elogind.git diff --git a/src/core/path.h b/src/core/path.h index 6adab5897..dec3df703 100644 --- a/src/core/path.h +++ b/src/core/path.h @@ -90,10 +90,6 @@ struct Path { PathResult result; }; -/* Called from the mount code figure out if a mount is a dependency of - * any of the paths of this path object */ -int path_add_one_mount_link(Path *p, Mount *m); - void path_free_specs(Path *p); extern const UnitVTable path_vtable;