diff options
Diffstat (limited to 'lldb/examples/python/stacks.py')
-rwxr-xr-x | lldb/examples/python/stacks.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/examples/python/stacks.py b/lldb/examples/python/stacks.py index 63c46ad046e..a676b82d097 100755 --- a/lldb/examples/python/stacks.py +++ b/lldb/examples/python/stacks.py @@ -1,7 +1,6 @@ #!/usr/bin/python from __future__ import print_function import lldb -import commands import optparse import shlex |