chore(fuse-vhd): remove unused var/lib

Introduced by 46fe3be32
This commit is contained in:
Julien Fontanet 2022-10-11 16:41:12 +02:00
parent f1a1b922c7
commit c2eb68a31a
2 changed files with 0 additions and 4 deletions

View File

@ -4,9 +4,6 @@ const LRU = require('lru-cache')
const Fuse = require('fuse-native')
const { VhdSynthetic } = require('vhd-lib')
const { Disposable, fromCallback } = require('promise-toolbox')
const { createLogger } = require('@xen-orchestra/log')
const { warn } = createLogger('vates:fuse-vhd')
// build a s stat object from https://github.com/fuse-friends/fuse-native/blob/master/test/fixtures/stat.js
const stat = st => ({

View File

@ -18,7 +18,6 @@
"node": ">=10.0"
},
"dependencies": {
"@xen-orchestra/log": "^0.3.0",
"fuse-native": "^2.2.6",
"lru-cache": "^7.14.0",
"promise-toolbox": "^0.21.0",