mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove CV_DECLARE(), which serves no useful purpose.
This commit is contained in:
parent
7670e0125f
commit
e25cb0a62a
1 changed files with 0 additions and 4 deletions
|
|
@ -50,10 +50,6 @@ struct cv {
|
|||
};
|
||||
|
||||
#ifdef _KERNEL
|
||||
#define CV_DECLARE(modifiers, name, descr) \
|
||||
static const char __cv_descr_##name[] = descr; \
|
||||
modifiers struct cv name = {{NULL, NULL}, NULL, __cv_descr_##name}
|
||||
|
||||
void cv_init(struct cv *cvp, const char *desc);
|
||||
void cv_destroy(struct cv *cvp);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue