summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xobbench1
1 files changed, 0 insertions, 1 deletions
diff --git a/obbench b/obbench
index f4ce34d..138d467 100755
--- a/obbench
+++ b/obbench
@@ -361,7 +361,6 @@ class BenchmarkResult(object):
break
def collect_checkout_commit_first_line(self, checkout):
- self._dict['date'] = 'unknown'
output = cliapp.runcmd(
['git', 'show', '--pretty=oneline', 'HEAD'],
cwd=checkout)