Commit 3d0ceb98 by Tom de Vries Committed by Tom de Vries

gen-pass-instances.awk: Remove unused var in handle_line

2015-11-12  Tom de Vries  <tom@codesourcery.com>

	* gen-pass-instances.awk (handle_line): Remove unused var line_length.

From-SVN: r230206
parent a3a5ff42
2015-11-12 Tom de Vries <tom@codesourcery.com>
* gen-pass-instances.awk (handle_line): Remove unused var line_length.
2015-11-12 Tom de Vries <tom@codesourcery.com>
* gen-pass-instances.awk: Add emacs indent setting.
2015-11-12 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
......@@ -47,7 +47,6 @@ function handle_line()
len_of_start = length("NEXT_PASS (")
len_of_end = length(")")
len_of_pass_name = RLENGTH - (len_of_start + len_of_end)
line_length = length(line)
pass_starts_at = where + len_of_start
pass_name = substr(line, pass_starts_at, len_of_pass_name)
if (pass_name in pass_counts)
......
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