mirror of
https://github.com/python/cpython.git
synced 2026-03-17 18:30:52 +00:00
&do_cmd_kwindex: Removed obsolete function.
This commit is contained in:
parent
8362d005cf
commit
b5dac4e02e
1 changed files with 0 additions and 1 deletions
|
|
@ -141,7 +141,6 @@ sub my_typed_index_helper{
|
|||
}
|
||||
|
||||
sub do_cmd_stindex{ &my_typed_index_helper('statement', @_); }
|
||||
sub do_cmd_kwindex{ &my_typed_index_helper('keyword', @_); }
|
||||
sub do_cmd_opindex{ &my_typed_index_helper('operator', @_); }
|
||||
sub do_cmd_exindex{ &my_typed_index_helper('exception', @_); }
|
||||
sub do_cmd_obindex{ &my_typed_index_helper('object', @_); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue