Browse Source

removed old forgotten unused placeholder from API

pull/31/merge
Peter Andersson 9 years ago
parent
commit
8444681afb
  1. 7
      src/spiffs.h

7
src/spiffs.h

@ -461,13 +461,6 @@ struct spiffs_dirent *SPIFFS_readdir(spiffs_DIR *d, struct spiffs_dirent *e);
*/ */
s32_t SPIFFS_check(spiffs *fs); s32_t SPIFFS_check(spiffs *fs);
/**
* Searches for a block with only deleted entries. If found, it is erased.
* @param fs the file system struct
*/
s32_t SPIFFS_erase_deleted_block(spiffs *fs);
/** /**
* Returns number of total bytes available and number of used bytes. * Returns number of total bytes available and number of used bytes.
* This is an estimation, and depends on if there a many files with little * This is an estimation, and depends on if there a many files with little

Loading…
Cancel
Save