Remove global variable 'i'
This commit is contained in:
parent
fd2b22474f
commit
afeb246328
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ struct sprof_sample {
|
|||
struct sprof_proc {
|
||||
endpoint_t proc;
|
||||
char name[8];
|
||||
}i;
|
||||
};
|
||||
|
||||
#endif /* SPROFILE */
|
||||
|
||||
|
|
Loading…
Reference in a new issue