[LNT] r198463 - Remove dead code.
Chris Matthews
cmatthews5 at apple.com
Fri Jan 3 15:50:50 PST 2014
Author: cmatthews
Date: Fri Jan 3 17:50:50 2014
New Revision: 198463
URL: http://llvm.org/viewvc/llvm-project?rev=198463&view=rev
Log:
Remove dead code.
Modified:
lnt/trunk/lnt/util/ImportData.py
Modified: lnt/trunk/lnt/util/ImportData.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/util/ImportData.py?rev=198463&r1=198462&r2=198463&view=diff
==============================================================================
--- lnt/trunk/lnt/util/ImportData.py (original)
+++ lnt/trunk/lnt/util/ImportData.py Fri Jan 3 17:50:50 2014
@@ -90,7 +90,6 @@ def import_and_report(config, db_name, d
# Record the new run.id.
result['runid'] = run.id
- reportStartTime = time.time()
result['report_to_address'] = toAddress
if config:
report_url = "%s/db_%s/" % (config.zorgURL, db_name)
More information about the llvm-commits
mailing list