Remove global variable 'i'

This commit is contained in:
Erik van der Kouwe 2010-11-11 14:12:48 +00:00
parent fd2b22474f
commit afeb246328

View File

@ -35,7 +35,7 @@ struct sprof_sample {
struct sprof_proc { struct sprof_proc {
endpoint_t proc; endpoint_t proc;
char name[8]; char name[8];
}i; };
#endif /* SPROFILE */ #endif /* SPROFILE */