[pypy-commit] pypy default: Remove this outdated comment.

arigo noreply at buildbot.pypy.org
Wed Oct 16 14:52:23 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r67420:7a8acdebd959
Date: 2013-10-16 14:51 +0200
http://bitbucket.org/pypy/pypy/changeset/7a8acdebd959/

Log:	Remove this outdated comment.

diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py
--- a/pypy/tool/gdb_pypy.py
+++ b/pypy/tool/gdb_pypy.py
@@ -58,7 +58,6 @@
 class RPyType(Command):
     """
     Prints the RPython type of the expression (remember to dereference it!)
-    It assumes to find ``typeids.txt`` in the current directory.
     E.g.:
 
     (gdb) rpy_type *l_v123


More information about the pypy-commit mailing list