Ver Fonte

Removed vestigial function declaration

Christopher Haster há 8 anos atrás
pai
commit
e169d06c57
1 ficheiros alterados com 0 adições e 3 exclusões
  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.
 int lfs_deorphan(lfs_t *lfs);
 
-// TODO doc
-int lfs_deduplicate(lfs_t *lfs);
-
 
 #endif