Commit 716fc983 authored by Fred Drake's avatar Fred Drake

Remove commented-out function that is not needed (sheesh!).

parent 665627cc
......@@ -3,15 +3,6 @@
package main;
# sub ltx_next_argument{
# my $param;
# $param = missing_braces()
# unless ((s/$next_pair_pr_rx/$param=$2;''/eo)
# ||(s/$next_pair_rx/$param=$2;''/eo));
# return $param;
# }
sub do_cmd_element{
local($_) = @_;
my $name = next_argument();
......
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