diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py b/lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py index 0c50661c5c7..ba5ba084c8b 100644 --- a/lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py +++ b/lldb/packages/Python/lldbsuite/test/benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py @@ -5,8 +5,6 @@ Test lldb data formatter subsystem. from __future__ import print_function -import os -import time import lldb from lldbsuite.test.lldbbench import * from lldbsuite.test.decorators import * |