Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5dac4e

Browse files
committed
&do_cmd_kwindex: Removed obsolete function.
1 parent 8362d00 commit b5dac4e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Doc/myformat.perl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ sub my_typed_index_helper{
141141
}
142142

143143
sub do_cmd_stindex{ &my_typed_index_helper('statement', @_); }
144-
sub do_cmd_kwindex{ &my_typed_index_helper('keyword', @_); }
145144
sub do_cmd_opindex{ &my_typed_index_helper('operator', @_); }
146145
sub do_cmd_exindex{ &my_typed_index_helper('exception', @_); }
147146
sub do_cmd_obindex{ &my_typed_index_helper('object', @_); }

0 commit comments

Comments
 (0)