commit | 032caaa8e59feebf54eaa10e4854c81c2bf2d10c | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Thu Jul 29 20:49:07 2010 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Thu Jul 29 20:49:07 2010 +0000 |
tree | c2fd4d6eb992669da6c990884a8592b7201d7de8 | |
parent | b63cbd458640aa6cb66e45b96c6cc4a1a6500b00 [diff] |
Removed redundant import statement. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@109803 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/stl/TestSTL.py b/test/stl/TestSTL.py index fec4e91..eb285f9 100644 --- a/test/stl/TestSTL.py +++ b/test/stl/TestSTL.py
@@ -6,7 +6,6 @@ import unittest import lldb import lldbtest -import time class TestSTL(lldbtest.TestBase):