summaryrefslogtreecommitdiffstats
path: root/tools/scan-view
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-09-21 19:06:51 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-09-21 19:06:51 +0000
commitfeee21a47644ce073ebe66e52fbed18184cf8310 (patch)
tree58517b8bff22182ef75fd46df89dc4e43a27edb6 /tools/scan-view
parentb344f91f00021b88e365a4a38502090c3b0cef12 (diff)
Don't add Bugzilla reporter (not yet implemented)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56404 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/scan-view')
-rw-r--r--tools/scan-view/Reporter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scan-view/Reporter.py b/tools/scan-view/Reporter.py
index 5bfe446906..b32caf50b4 100644
--- a/tools/scan-view/Reporter.py
+++ b/tools/scan-view/Reporter.py
@@ -172,6 +172,6 @@ def getReporters():
reporters = []
if RadarReporter.isAvailable():
reporters.append(RadarReporter())
- reporters.extend([EmailReporter(), BugzillaReporter()])
+ reporters.append(EmailReporter())
return reporters