From: visa Date: Fri, 25 Jun 2021 13:29:40 +0000 (+0000) Subject: Remove an unused struct. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3b783122665000968ef955571bedec6f2b61c88f;p=openbsd Remove an unused struct. --- diff --git a/sys/dev/fdt/if_cad.c b/sys/dev/fdt/if_cad.c index d8cbb706d4a..a4246ddb02e 100644 --- a/sys/dev/fdt/if_cad.c +++ b/sys/dev/fdt/if_cad.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cad.c,v 1.2 2021/06/13 02:56:48 drahn Exp $ */ +/* $OpenBSD: if_cad.c,v 1.3 2021/06/25 13:29:40 visa Exp $ */ /* * Copyright (c) 2021 Visa Hankala @@ -208,11 +208,6 @@ struct cad_desc { #define GEM_RXD_BADFCS (1 << 13) #define GEM_RXD_LEN_MASK 0x1fff -struct cad_txdesc { - uint32_t txd_addr; - uint32_t txd_status; -}; - #define GEM_TXD_USED (1 << 31) #define GEM_TXD_WRAP (1 << 30) #define GEM_TXD_RLIMIT (1 << 29)