Commit b5dac4e0 authored by Fred Drake's avatar Fred Drake

&do_cmd_kwindex: Removed obsolete function.

parent 8362d005
......@@ -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', @_); }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment