aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-24 20:59:47 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-24 20:59:47 +0900
commit052636603377a793dcbd7169d7483a72833d6721 (patch)
tree9ea55b7e7adb0bfebea7ed7aaf6980267cbe13cd /misc
parent10e3267c31c4c976d79e00bca484094f1a87dc65 (diff)
downloadruby-052636603377a793dcbd7169d7483a72833d6721.tar.gz
misc/lldb_cruby.py: removed unused module `commands` [ci skip]
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/lldb_cruby.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/lldb_cruby.py b/misc/lldb_cruby.py
index 92624b4662..bafaac43d1 100755
--- a/misc/lldb_cruby.py
+++ b/misc/lldb_cruby.py
@@ -7,7 +7,6 @@
#
import lldb
-import commands
import os
import shlex