fork from va009039/USBLocalFileSystem

Dependencies:   USBDevice

Dependents:   11u35_usbLocalFilesystem

Fork of USBLocalFileSystem by Norimasa Okamoto

Branch:
branch
Revision:
2:97c314eae8b8
Parent:
1:00c9eb8af5c2
Child:
4:8f6857784854
--- a/USBLocalFileSystem.cpp	Sun May 04 00:23:05 2014 +0000
+++ b/USBLocalFileSystem.cpp	Tue May 06 15:42:30 2014 +0900
@@ -28,13 +28,6 @@
     _local = new LocalStorage(_storage);    
 }
 
-void USBLocalFileSystem::attachEvent(void (*ptr)())
-{
-    if (ptr && _storage) {
-         _storage->attachEvent(ptr);
-     }
-}
-
 void USBLocalFileSystem::remount()
 {
     if (_local) {
@@ -64,4 +57,4 @@
     _usb->putc(c);
 }
 
-    
\ No newline at end of file
+