From 660b44f3edddcdd1add247b74fb3fa124c07558a Mon Sep 17 00:00:00 2001 From: szaka Date: Sun, 25 Sep 2005 19:22:11 +0000 Subject: [PATCH] Fix --enable-really-statici: mkntfs redefined ntfs_attr_put_search_ctx() --- ntfsprogs/mkntfs.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ntfsprogs/mkntfs.c b/ntfsprogs/mkntfs.c index d5e50db5..595163a8 100644 --- a/ntfsprogs/mkntfs.c +++ b/ntfsprogs/mkntfs.c @@ -1459,18 +1459,6 @@ int mkntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name, return -1; } -/** - * ntfs_attr_put_search_ctx - release an attribute search context - * @ctx: attribute search context to free - * - * Release the attribute search context @ctx. - */ -void ntfs_attr_put_search_ctx(ntfs_attr_search_ctx *ctx) -{ - free(ctx); - return; -} - /** * insert_positioned_attr_in_mft_record * Create a non-resident attribute with a predefined on disk location