aboutsummaryrefslogtreecommitdiff
path: root/ndk-gdb.py
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2015-09-02 13:21:38 -0700
committerJosh Gao <jmgao@google.com>2015-09-02 15:25:29 -0700
commit9a15ba623f785580901e051da939b3c017fc3953 (patch)
tree1bdbe7d444dbb898f7f2fd72b0ce71f8c11c55f7 /ndk-gdb.py
parentca73204f9616fab062b77c19eb9a91ebb5f8a67d (diff)
downloadndk-9a15ba623f785580901e051da939b3c017fc3953.tar.gz
Remove unnecessary close.
Change-Id: I8e9b5add36b6ad13ef1da3815b6323b1d2414deb
Diffstat (limited to 'ndk-gdb.py')
-rwxr-xr-xndk-gdb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ndk-gdb.py b/ndk-gdb.py
index 522a4f538..a9c0e6ea2 100755
--- a/ndk-gdb.py
+++ b/ndk-gdb.py
@@ -868,7 +868,6 @@ After one of these, re-install to the device!''' % (PACKAGE_NAME))
with open(OPTION_EXEC, 'r') as execfile:
for line in execfile:
gdbsetup.write(line)
- gdbsetup.close()
gdbargs = [GDBCLIENT, '-x', '%s' % (GDBSETUP)]
if OPTION_TUI: