Module Name: src
Committed By: kre
Date: Tue Mar 17 05:04:11 UTC 2020
Modified Files:
src/sys/arch/xen/xen: xennetback_xenbus.c
Log Message:
#if 0 the declaration and definition of xennetback_tx_free()
Since it is never otherwise referenced, this cannot make any
current operational difference, but should fix the build.
(-Werror=unused-function)
The added #if/#endif lines are /* XXX */ commented, so they will be
easy to remove when needed.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/xen/xen/xennetback_xenbus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.