From 47cfd25bd86dec3626224e28c63848abedc14e9b Mon Sep 17 00:00:00 2001 From: Mitar Date: Wed, 2 Dec 2015 22:43:24 -0800 Subject: [PATCH] Unnecessary variable. --- tools/isobuild/bundler.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/isobuild/bundler.js b/tools/isobuild/bundler.js index eb5fcecbc3..fe0268997d 100644 --- a/tools/isobuild/bundler.js +++ b/tools/isobuild/bundler.js @@ -1145,8 +1145,6 @@ class ClientTarget extends Target { // Build up a manifest of all resources served via HTTP. const manifest = []; eachResource((file, type) => { - const fileContents = file.contents(); - const manifestItem = { path: file.targetPath, where: "client",