summaryrefslogtreecommitdiff
path: root/share/gdb/python/gdb/__init__.py
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-11-02 22:41:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-11-02 22:41:19 +0000
commitd1b465b5e3206bf8b9ec09c45461e9f7dd1ad875 (patch)
treeafcbb319fc0f9bcca4e023ecb568fd0cf13095ea /share/gdb/python/gdb/__init__.py
parent95c2f1d64d6cdeefcd19e48a1cecdb977f206e6f (diff)
parent5e6754e8154b69515707b1fa07134b9f7321f5fd (diff)
downloadx86_64-linux-android-4.7-master.tar.gz
Merge changes Ieb3ca42e,I577813edHEADmastermain
* changes: Remove x86_64-linux-android gcc-4.7 bins, libs, and includes add OWNERS for prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.7
Diffstat (limited to 'share/gdb/python/gdb/__init__.py')
-rw-r--r--share/gdb/python/gdb/__init__.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/share/gdb/python/gdb/__init__.py b/share/gdb/python/gdb/__init__.py
deleted file mode 100644
index 43975c2..0000000
--- a/share/gdb/python/gdb/__init__.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (C) 2010, 2011 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-import gdb.command.pretty_printers
-
-gdb.command.pretty_printers.register_pretty_printer_commands()