From e169d06c574d9c3aefd8b7cd1c407c4726c008f3 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Tue, 21 Nov 2017 21:14:36 -0600 Subject: [PATCH] Removed vestigial function declaration --- lfs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lfs.h b/lfs.h index 7757f8b..641521c 100644 --- a/lfs.h +++ b/lfs.h @@ -445,8 +445,5 @@ int lfs_traverse(lfs_t *lfs, int (*cb)(void*, lfs_block_t), void *data); // Returns a negative error code on failure. int lfs_deorphan(lfs_t *lfs); -// TODO doc -int lfs_deduplicate(lfs_t *lfs); - #endif