metrics: remove useless `all` variable local
authorJean Privat <jean@pryen.org>
Tue, 23 Jul 2013 15:59:40 +0000 (11:59 -0400)
committerJean Privat <jean@pryen.org>
Tue, 23 Jul 2013 15:59:40 +0000 (11:59 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/nitmetrics.nit

index 6b12f88..b7cdeb7 100644 (file)
@@ -56,6 +56,3 @@ end
 print "*** METRICS ***"
 
 toolcontext.run_global_phases(mainmodule)
-
-# All metrics computation ?
-var all = toolcontext.opt_all.value