summaryrefslogtreecommitdiffstats
path: root/Doc/myformat.perl
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-13 18:30:31 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-13 18:30:31 (GMT)
commitb5dac4e02ef4d4faca19edfe4b058b4dd9219f53 (patch)
tree78a6c5c7984e8a15ca8edb5468fd5130de4fbeec /Doc/myformat.perl
parent8362d005cf70980ed64d84de4b3e39455b737149 (diff)
downloadcpython-b5dac4e02ef4d4faca19edfe4b058b4dd9219f53.zip
cpython-b5dac4e02ef4d4faca19edfe4b058b4dd9219f53.tar.gz
cpython-b5dac4e02ef4d4faca19edfe4b058b4dd9219f53.tar.bz2
&do_cmd_kwindex: Removed obsolete function.
Diffstat (limited to 'Doc/myformat.perl')
-rw-r--r--Doc/myformat.perl1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/myformat.perl b/Doc/myformat.perl
index 15f7adf..90751b0 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', @_); }