diff --git a/include/command.h b/include/command.h index 2e72780..43ee454 100644 --- a/include/command.h +++ b/include/command.h @@ -89,8 +89,6 @@ #endif /* __ASSEMBLY__ */ -#define Struct_Section __attribute__ ((unused,section (".barebox_cmd"))) - #define BAREBOX_CMD_START(_name) \ extern const struct command __barebox_cmd_##_name; \ const struct command __barebox_cmd_##_name \