From 60ced08a9882e1bdeb66036bedd05185fe320198 Mon Sep 17 00:00:00 2001 From: Young Hahn Date: Thu, 19 May 2011 14:45:16 -0400 Subject: [PATCH] Update mbcheck. --- bin/mbcheck | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bin/mbcheck b/bin/mbcheck index 935ee40..a987264 100755 --- a/bin/mbcheck +++ b/bin/mbcheck @@ -6,9 +6,7 @@ var options = argv = require('optimist').argv, utils = require('..').utils, MBTiles = require('..').MBTiles, mbtiles, - tables = [], - zooms = [], - tiles = []; + zooms = []; // Show help. if (argv.help || argv._.length === 0) { @@ -158,5 +156,4 @@ Step( }.bind(this) ); } -); - +); \ No newline at end of file