Skip to content

Commit

Permalink
Removed vestigial function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Nov 22, 2017
1 parent 996cd8a commit e169d06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e169d06

Please sign in to comment.