Public fork of mbed-src to add generic stm32f030k6 target
Fork of mbed-src by
Diff: cpp/FileSystemLike.h
- Revision:
- 1:62685faffa05
- Parent:
- 0:fd0d7bdfcdc2
- Child:
- 2:143cac498751
--- a/cpp/FileSystemLike.h Tue Nov 20 17:24:08 2012 +0000 +++ b/cpp/FileSystemLike.h Thu Nov 29 15:41:14 2012 +0000 @@ -137,8 +137,6 @@ const char* fileName(void); FileSystemLike* fileSystem(void); - - static FileSystemLike* getFileSystem(const char* path); private: const char* file_name;