git: 77c89fa6f5cd - main - modules: remove stale if_wg reference

Kyle Evans kevans at FreeBSD.org
Fri Apr 16 01:00:07 UTC 2021


The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=77c89fa6f5cd39c150524e04df1e7330c835229f

commit 77c89fa6f5cd39c150524e04df1e7330c835229f
Author:     Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-04-16 00:59:13 +0000
Commit:     Kyle Evans <kevans at FreeBSD.org>
CommitDate: 2021-04-16 00:59:13 +0000

    modules: remove stale if_wg reference
    
    This variable isn't being used anywhere, remove it.
---
 sys/modules/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 0195ce5064d2..799cb947491f 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -455,10 +455,6 @@ _sctp=		sctp
 _if_stf=	if_stf
 .endif
 
-.if ${MK_INET_SUPPORT} != "no" || defined(ALL_MODULES)
-_if_wg=		if_wg
-.endif
-
 .if ${MK_INET_SUPPORT} != "no" || defined(ALL_MODULES)
 _if_me=		if_me
 _ipdivert=	ipdivert


More information about the dev-commits-src-all mailing list