af146490bb
It is not needed due to the removal of the ctx field. Reviewed-on: https://go-review.googlesource.com/16525 From-SVN: r229616
8 lines
83 B
C
8 lines
83 B
C
static void f1()
|
|
{
|
|
char buf[10];
|
|
int i;
|
|
for(i = 0; i < 10; i++)
|
|
buf[i] = 1;
|
|
}
|