]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/lockfile-util.h
tree-wide: drop redundant _cleanup_ macros (#8810)
[thirdparty/systemd.git] / src / basic / lockfile-util.h
index c2dacbef986bb5309ad0b61fb4f4fb7b515c2ec8..457a39930a8bc8cd65bf38778ac8f6a2ff19b68b 100644 (file)
@@ -22,6 +22,4 @@ int make_lock_file(const char *p, int operation, LockFile *ret);
 int make_lock_file_for(const char *p, int operation, LockFile *ret);
 void release_lock_file(LockFile *f);
 
-#define _cleanup_release_lock_file_ _cleanup_(release_lock_file)
-
 #define LOCK_FILE_INIT { .fd = -1, .path = NULL }