mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-11 07:14:04 +09:00
getting rid of old filesystem functions
This commit is contained in:
@@ -570,6 +570,7 @@ Object.freeze(_TVDOS.DRV.FS.DEVFBIPF)
|
||||
|
||||
// Legacy Serial filesystem, !!pending for removal!!
|
||||
|
||||
/*
|
||||
const filesystem = {};
|
||||
|
||||
filesystem._toPorts = (driveLetter) => {
|
||||
@@ -692,6 +693,7 @@ filesystem.remove = (driveLetter) => {
|
||||
return (response === 0);
|
||||
};
|
||||
Object.freeze(filesystem);
|
||||
*/
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user