removed commented test code

This commit is contained in:
Dave Murphy 2009-06-11 00:48:34 +00:00
parent 488d832012
commit aa7a8929ee

View File

@ -245,10 +245,6 @@ int _FAT_open_r (struct _reent *r, void *fileStruct, const char *path, int flags
_FAT_unlock(&partition->lock);
/*FILE *fp;
fp=__sfp(r);
fp->_file = (int) file;
setvbuf(fp,NULL,_IONBF,0);*/
return (int) file;
}