diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-05 03:32:08 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-08 03:31:59 +0100 |
commit | dcc4f30ecce8c5af153e45663f928409095ba7ff (patch) | |
tree | 7cc0c724358520f4f4421a00b4688e9bdf0456c0 /src/shared/dropin.h | |
parent | core: implement masking of .wants/.requires symlinks (diff) | |
download | systemd-dcc4f30ecce8c5af153e45663f928409095ba7ff.tar.xz systemd-dcc4f30ecce8c5af153e45663f928409095ba7ff.zip |
core: drop code that is now unused
Diffstat (limited to 'src/shared/dropin.h')
-rw-r--r-- | src/shared/dropin.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/shared/dropin.h b/src/shared/dropin.h index 22cd2fa229..a2b8cdce61 100644 --- a/src/shared/dropin.h +++ b/src/shared/dropin.h @@ -33,17 +33,6 @@ int write_drop_in(const char *dir, const char *unit, unsigned level, int write_drop_in_format(const char *dir, const char *unit, unsigned level, const char *name, const char *format, ...) _printf_(5, 6); -/** - * This callback will be called for each directory entry @entry, - * with @filepath being the full path to the entry. - * - * If return value is negative, loop will be aborted. - */ -typedef int (*dependency_consumer_t)(UnitDependency dependency, - const char *entry, - const char* filepath, - void *arg); - int unit_file_find_dropin_paths( const char *original_root, char **lookup_path, |