Delete unused variables

This commit is contained in:
HirokiUchikawa
2018-05-31 09:46:54 +09:00
parent f262348497
commit c48c74f173
2 changed files with 0 additions and 4 deletions

View File

@@ -113,7 +113,6 @@ LocalFileSystem.prototype.keys = function(scope) {
LocalFileSystem.prototype.delete = function(scope){
var self = this;
if(this.storages[scope]){
var promise;
this.storages[scope].delete("/");
return fs.remove(this.storages[scope].filename).then(function(){
delete self.storages[scope];