Skip to content

Commit

Permalink
remove SPIFFS leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jun 20, 2024
1 parent 5b8bb77 commit ceb556f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cores/esp8266/FS.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ extern "C"
{
void close_all_fs(void);
void littlefs_request_end(void);
void spiffs_request_end(void);
}

#ifndef FS_NO_GLOBALS
Expand All @@ -253,11 +252,6 @@ using fs::SeekCur;
using fs::SeekEnd;
using fs::FSInfo;
using fs::FSConfig;
using fs::SPIFFSConfig;
#endif //FS_NO_GLOBALS

#if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_SPIFFS)
extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
#endif

#endif //FS_H

0 comments on commit ceb556f

Please sign in to comment.