]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
Remove link_dentry()
[wimlib] / src / dentry.h
index a68f07530930f321999f015b7c572a5c6a3cad1f..841c9ca935bda23c420bff4b841cb099b7e4a222 100644 (file)
@@ -374,9 +374,6 @@ extern void unlink_dentry(struct dentry *dentry);
 extern bool dentry_add_child(struct dentry * restrict parent,
                             struct dentry * restrict child);
 
 extern bool dentry_add_child(struct dentry * restrict parent,
                             struct dentry * restrict child);
 
-// XXX
-#define link_dentry(child, parent) dentry_add_child(parent, child)
-
 extern int verify_dentry(struct dentry *dentry, void *wim);
 
 
 extern int verify_dentry(struct dentry *dentry, void *wim);