From 1559424a42e11f94697747773fb085b9f26d8ab4 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Wed, 2 Apr 2014 15:15:53 +0900 Subject: [PATCH] Remove unused variable. --- lib/cli.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cli.js b/lib/cli.js index 1bb25afc..21173e12 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -504,7 +504,6 @@ program .action(function() { var log = logger.createLogger('cli:local') , options = cliutil.lastArg(arguments) - , db = require('./db') // Each forked process waits for signals to stop, and we run over the // default limit of 10. So, it's not a leak, but a refactor wouldn't hurt.