Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2023 17:01:23 GMT
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 13d1f5cb62d7 - main - enic(4): Remove unused dupe prototype
Message-ID:  <202307191701.36JH1Nwg080190@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307191701.36JH1Nwg080190>