Skip to content
Snippets Groups Projects
Commit 0d506558 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

remove redundant enum

parent ad579f02
Branches
No related tags found
No related merge requests found
......@@ -26,11 +26,6 @@ static struct option long_options[] = {
{0, 0, 0, 0}
};
/*enum {
DEV,
__DEV_MAX
};*/
const struct blobmsg_policy dev_policy[__DEV_MAX] = {
[DEV] = {.name = "dev", .type = BLOBMSG_TYPE_STRING},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment