From 524fcab7f3338fb18b268136340d1c221da63457 Mon Sep 17 00:00:00 2001 From: Sven van Haastregt Date: Thu, 10 Nov 2022 14:23:47 +0000 Subject: [PATCH] [NFC] spir: Remove unused class member (#1568) Signed-off-by: Sven van Haastregt --- test_conformance/spir/datagen.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_conformance/spir/datagen.h b/test_conformance/spir/datagen.h index cf620466..d47d8df9 100644 --- a/test_conformance/spir/datagen.h +++ b/test_conformance/spir/datagen.h @@ -1055,8 +1055,6 @@ public: static cl_channel_order channelOrders[]; static const char* imageTypes[]; -private: - WorkSizeInfo m_wsInfo; }; #endif