]> git.ipfire.org Git - thirdparty/qemu.git/commit
tap-win32: Remove unnecessary stubs
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Mon, 12 Feb 2024 14:04:35 +0000 (23:04 +0900)
committerJason Wang <jasowang@redhat.com>
Fri, 29 Mar 2024 06:59:07 +0000 (14:59 +0800)
commitdecfde6b0e56d3872ec1a5acfafd30c0886fb847
treecb83979f4ca05316221b9bb8f0f90d306af48486
parent89a8de364b51db8107d2a210314431885ac52238
tap-win32: Remove unnecessary stubs

Some of them are only necessary for POSIX systems. The others are
assigned to function pointers in NetClientInfo that can actually be
NULL.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/tap-win32.c