[NFC] spir: Remove unused class member (#1568)

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
Sven van Haastregt
2022-11-10 14:23:47 +00:00
committed by GitHub
parent 191fd0f9e5
commit 524fcab7f3

View File

@@ -1055,8 +1055,6 @@ public:
static cl_channel_order channelOrders[];
static const char* imageTypes[];
private:
WorkSizeInfo m_wsInfo;
};
#endif