Skip to content

Commit ceb556f

Browse files
authored
remove SPIFFS leftover
1 parent 5b8bb77 commit ceb556f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cores/esp8266/FS.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ extern "C"
240240
{
241241
void close_all_fs(void);
242242
void littlefs_request_end(void);
243-
void spiffs_request_end(void);
244243
}
245244

246245
#ifndef FS_NO_GLOBALS
@@ -253,11 +252,6 @@ using fs::SeekCur;
253252
using fs::SeekEnd;
254253
using fs::FSInfo;
255254
using fs::FSConfig;
256-
using fs::SPIFFSConfig;
257255
#endif //FS_NO_GLOBALS
258256

259-
#if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_SPIFFS)
260-
extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems.")));
261-
#endif
262-
263257
#endif //FS_H

0 commit comments

Comments
 (0)