--- a/DataViews/CodeMetrics.py Sun Jan 31 16:15:16 2010 +0000
+++ b/DataViews/CodeMetrics.py Sun Jan 31 17:11:22 2010 +0000
@@ -221,8 +221,6 @@
stats = SourceStat()
stats.inc('lines', parser.lines)
- comments = 0
- empty = 0
for idx in range(len(parser.tokenlist)):
tok = parser.tokenlist[idx]