removed unnecessary variables in test
This commit is contained in:
parent
359b070536
commit
08c1ccfd25
|
@ -294,8 +294,6 @@ define(["IDBFS"], function(IDBFS) {
|
||||||
that.fs.stat('/myfile', function (error, stat) {
|
that.fs.stat('/myfile', function (error, stat) {
|
||||||
if (error) throw error;
|
if (error) throw error;
|
||||||
|
|
||||||
atime = stat.atime;
|
|
||||||
mtime = stat.mtime;
|
|
||||||
atimeEst = now - stat.atime;
|
atimeEst = now - stat.atime;
|
||||||
mtimeEst = now - stat.mtime;
|
mtimeEst = now - stat.mtime;
|
||||||
complete = true;
|
complete = true;
|
||||||
|
|
Loading…
Reference in New Issue