diff --git a/tests/spec/fs.utimes.spec.js b/tests/spec/fs.utimes.spec.js index 80be8a9..ed3cd9b 100644 --- a/tests/spec/fs.utimes.spec.js +++ b/tests/spec/fs.utimes.spec.js @@ -294,8 +294,6 @@ define(["IDBFS"], function(IDBFS) { that.fs.stat('/myfile', function (error, stat) { if (error) throw error; - atime = stat.atime; - mtime = stat.mtime; atimeEst = now - stat.atime; mtimeEst = now - stat.mtime; complete = true;