소스 검색

Removed vestigial function declaration

Christopher Haster 8 년 전
부모
커밋
e169d06c57
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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