From f926f42a0d2057f64c9c8cd6dd84273a39c88420 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 26 Jun 2019 16:25:55 +0100 Subject: [PATCH] xrt: Remove unused field on xrt_prober_device --- src/xrt/include/xrt/xrt_prober.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xrt/include/xrt/xrt_prober.h b/src/xrt/include/xrt/xrt_prober.h index e0c8a8698..e6eb77738 100644 --- a/src/xrt/include/xrt/xrt_prober.h +++ b/src/xrt/include/xrt/xrt_prober.h @@ -105,8 +105,6 @@ struct xrt_prober_device uint16_t product_id; enum xrt_bus_type bus; - - bool opened; }; /*!