files,remote - more utimes removal

This commit is contained in:
Johannes Rieken
2018-04-09 12:23:26 +02:00
parent def32e0b7c
commit efcca1c0d9
5 changed files with 1 additions and 16 deletions

View File

@@ -93,9 +93,6 @@ class RemoteFileSystemProvider implements IFileSystemProvider {
// --- forwarding calls
utimes(resource: URI, mtime: number, atime: number): TPromise<IStat, any> {
return this._proxy.$utimes(this._handle, resource, mtime, atime);
}
stat(resource: URI): TPromise<IStat, any> {
return this._proxy.$stat(this._handle, resource);
}