clear_buffer: delete an unused function
[smatch.git] / validation / backend / store-type.c
blob9e2ce73fa77e50ef3233f3217ce087a6444f86e3
1 struct foo;
2 static struct foo *var;
4 static void set(struct foo *f)
6 var = f;
9 /*
10 * check-name: Type of stored objects
11 * check-command: ./sparsec -c $file -o tmp.o