git: 13d1f5cb62d7 - main - enic(4): Remove unused dupe prototype
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jul 2023 17:01:23 UTC
The branch main has been updated by marius:
URL: https://cgit.FreeBSD.org/src/commit/?id=13d1f5cb62d796397312e87ce93b6aff36f9b75d
commit 13d1f5cb62d796397312e87ce93b6aff36f9b75d
Author: Marius Strobl <marius@FreeBSD.org>
AuthorDate: 2023-07-16 07:43:13 +0000
Commit: Marius Strobl <marius@FreeBSD.org>
CommitDate: 2023-07-19 16:58:51 +0000
enic(4): Remove unused dupe prototype
---
sys/dev/enic/if_enic.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/dev/enic/if_enic.c b/sys/dev/enic/if_enic.c
index 537e613efa2d..a386191a51ef 100644
--- a/sys/dev/enic/if_enic.c
+++ b/sys/dev/enic/if_enic.c
@@ -1029,8 +1029,6 @@ enic_update_admin_status(if_ctx_t ctx)
enic_link_status(softc);
}
-uint32_t iflib_get_flags(if_ctx_t ctx);
-
static void
enic_txq_timer(if_ctx_t ctx, uint16_t qid)
{