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

am d1f1070a: tools: drop unused field in struct

* commit 'd1f1070a':
  tools: drop unused field in struct
parents 37928771 d1f1070a
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,6 @@ struct rule_map {
char *key; /** key value before hashing */
int length; /** length of the key map */
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 */
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment