Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
b180f2fe
Commit
b180f2fe
authored
11 years ago
by
William Roberts
Committed by
Android Git Automerger
11 years ago
Browse files
Options
Downloads
Plain Diff
am
2f5927bf
: am
d1f1070a
: tools: drop unused field in struct
* commit '
2f5927bf
': tools: drop unused field in struct
parents
8f23c067
2f5927bf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/check_seapp.c
+0
-1
0 additions, 1 deletion
tools/check_seapp.c
with
0 additions
and
1 deletion
tools/check_seapp.c
+
0
−
1
View file @
b180f2fe
...
@@ -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 */
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment