remount does not need a backend hook

This commit is contained in:
Girish Ramakrishnan
2023-08-15 08:51:25 +05:30
parent d0fca9eeb9
commit e6b85c2df7
6 changed files with 3 additions and 42 deletions
-10
View File
@@ -27,8 +27,6 @@ exports = module.exports = {
remove,
removeDir,
remount,
testConfig,
removePrivateFields,
injectPrivateFields
@@ -129,14 +127,6 @@ async function removeDir(apiConfig, pathPrefix, progressCallback) {
throw new BoxError(BoxError.NOT_IMPLEMENTED, 'removeDir is not implemented');
}
async function remount(apiConfig) {
assert.strictEqual(typeof apiConfig, 'object');
// Result: none
throw new BoxError(BoxError.NOT_IMPLEMENTED, 'remount is not implemented');
}
async function testConfig(apiConfig) {
assert.strictEqual(typeof apiConfig, 'object');