Fix lint issues in fs.utimes.spec.js

This commit is contained in:
David Humphrey 2018-07-26 18:01:21 -04:00
parent ee8e2a665a
commit 94e6a98cb8
1 changed files with 0 additions and 2 deletions

View File

@ -154,8 +154,6 @@ describe('fs.utimes', function() {
it('should update atime and mtime using current time if arguments are null', function(done) {
var fs = util.fs();
var atimeEst;
var mtimeEst;
fs.writeFile('/myfile', '', function (error) {
if (error) throw error;