remove deleted method

This commit is contained in:
Benjamin Peterson 2015-04-28 00:04:53 -04:00
parent 1dfd247c1b
commit a567e564ec

View file

@ -71,10 +71,6 @@ Examining Symbol Tables
Return ``True`` if the block uses ``exec``.
.. method:: has_import_star()
Return ``True`` if the block uses a starred from-import.
.. method:: get_identifiers()
Return a list of names of symbols in this table.