]> granicus.if.org Git - python/commitdiff
&do_cmd_kwindex: Removed obsolete function.
authorFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 18:30:31 +0000 (18:30 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 18:30:31 +0000 (18:30 +0000)
Doc/myformat.perl

index 15f7adf5b12825e2c07bf0ec9c52a736326c8f97..90751b0a14ad4736f247ee1de34412d01fe38f3d 100644 (file)
@@ -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', @_); }