The 'rest' variable in examples_run.c:find_expect() was unused. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
@@ -86,7 +86,7 @@ static char *find_expect(struct ccan_file *file,
bool *contains, bool *whitespace, bool *error,
unsigned *line)
{
- char *rest, *expect;
+ char *expect;
*error = false;
for (; lines[*line]; (*line)++) {