chiark / gitweb /
core: rework how we match mount units against each other
[elogind.git] / src / core / path.h
index 6adab5897d1f95edc93fb9a030d9c603f05d46c3..dec3df70351ea9f6a8b59dde6ce6aea4e6f56fb2 100644 (file)
@@ -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;