[FYI] Remove some leftover text in gdb/README

Message ID 20180929133254.17893-1-tom@tromey.com
State New, archived
Headers

Commit Message

Tom Tromey Sept. 29, 2018, 1:32 p.m. UTC
  I accidentally left some stray text in gdb/README.
This removes it.  I'm checking this in as obvious.

gdb/ChangeLog
2018-09-29  Tom Tromey  <tom@tromey.com>

	* README: Remove some leftover text.
---
 gdb/ChangeLog | 4 ++++
 gdb/README    | 3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)
  

Patch

diff --git a/gdb/README b/gdb/README
index 6fac1877a7..a1798e431f 100644
--- a/gdb/README
+++ b/gdb/README
@@ -496,9 +496,6 @@  more obscure GDB `configure' options are not listed here.
      be either the name of a Python executable, or the name of the
      directory in which Python is installed.
 
-names a Python executable, which will be queried to find
-     the Python headers and libraries.
-
 `--with-guile[=GUILE]'
      Build GDB with GNU Guile scripting support.  (Done by default if
      libguile is present and found at configure time.)  If your host