X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fpath.h;h=dec3df70351ea9f6a8b59dde6ce6aea4e6f56fb2;hp=6adab5897d1f95edc93fb9a030d9c603f05d46c3;hb=a57f7e2c828b852eb32fd810dcea041bb2975501;hpb=6270c1bd8f83e9985458c63688f452be7626766f 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;