Skip to content
Snippets Groups Projects
Commit b180f2fe authored by William Roberts's avatar William Roberts Committed by Android Git Automerger
Browse files

am 2f5927bf: am d1f1070a: tools: drop unused field in struct

* commit '2f5927bf':
  tools: drop unused field in struct
parents 8f23c067 2f5927bf
Branches
Tags
No related merge requests found
...@@ -102,7 +102,6 @@ struct rule_map { ...@@ -102,7 +102,6 @@ struct rule_map {
char *key; /** key value before hashing */ char *key; /** key value before hashing */
int length; /** length of the key map */ int length; /** length of the key map */
int lineno; /** Line number rule was encounter on */ int lineno; /** Line number rule was encounter on */
rule_map *next; /** next pointer used in hash table for chaining on collision */
key_map m[]; /** key value mapping */ key_map m[]; /** key value mapping */
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment