From: Fred Drake Date: Tue, 13 Jan 1998 18:30:31 +0000 (+0000) Subject: &do_cmd_kwindex: Removed obsolete function. X-Git-Tag: v1.5.1~979 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5dac4e02ef4d4faca19edfe4b058b4dd9219f53;p=thirdparty%2FPython%2Fcpython.git &do_cmd_kwindex: Removed obsolete function. --- diff --git a/Doc/myformat.perl b/Doc/myformat.perl index 15f7adf5b128..90751b0a14ad 100644 --- a/Doc/myformat.perl +++ b/Doc/myformat.perl @@ -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', @_); }