Commit 615189ae authored by David Gibson's avatar David Gibson

ccanlint: Remove unused variable

Remove a warning caused by the unused 'explain' variable in
headers_idempotent.c.
Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent c162378a
......@@ -13,14 +13,6 @@
#include <string.h>
#include <ctype.h>
static const char explain[]
= "Headers usually start with the C preprocessor lines to prevent multiple\n"
"inclusions. These look like the following:\n"
"#ifndef CCAN_<MODNAME>_H\n"
"#define CCAN_<MODNAME>_H\n"
"...\n"
"#endif /* CCAN_<MODNAME>_H */\n";
static void fix_name(char *name)
{
unsigned int i;
......
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