Commit 1eadb3a0 authored by David Gibson's avatar David Gibson

ccanlint: Remove unused variable

The 'rest' variable in examples_run.c:find_expect() was unused.
Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 434fcf81
......@@ -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)++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment