From 83cdcf7dbf3c3c6a4408252957af26283521278d Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Wed, 27 Feb 2013 09:59:42 +0100 Subject: [PATCH] Remove outdated option from bin/acorn --- bin/acorn | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/acorn b/bin/acorn index 492805dc2e..b8d544fc19 100755 --- a/bin/acorn +++ b/bin/acorn @@ -17,7 +17,6 @@ for (var i = 2; i < process.argv.length; ++i) { if (arg == "--ecma3") options.ecmaVersion = 3; else if (arg == "--ecma5") options.ecmaVersion = 5; else if (arg == "--strictSemicolons") options.strictSemicolons = true; - else if (arg == "--trackComments") options.trackComments = true; else if (arg == "--locations") options.locations = true; else if (arg == "--silent") silent = true; else if (arg == "--compact") compact = true;