removed unnecessary variables in test

This commit is contained in:
Barry Tulchinsky 2013-12-17 11:36:47 -05:00
parent 359b070536
commit 08c1ccfd25
1 changed files with 0 additions and 2 deletions

View File

@ -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;