Removed vestigial function declaration

This commit is contained in:
Christopher Haster
2017-11-21 21:14:36 -06:00
parent 996cd8af22
commit e169d06c57

3
lfs.h
View File

@@ -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. // Returns a negative error code on failure.
int lfs_deorphan(lfs_t *lfs); int lfs_deorphan(lfs_t *lfs);
// TODO doc
int lfs_deduplicate(lfs_t *lfs);
#endif #endif