Browse Source

Removed vestigial function declaration

Christopher Haster 8 years ago
parent
commit
e169d06c57
1 changed files with 0 additions and 3 deletions
  1. 0 3
      lfs.h

+ 0 - 3
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.
 // 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