mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Remove redundant virtual keywords
Change-Id: Ib303290dd5e4ce723eeb3670d6a3ceb8019cabd3 Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
ff09ef9263
commit
d3f3c4a9de
@@ -99,7 +99,7 @@ extern GFXCORE_FAMILY renderCoreFamily;
|
||||
public: \
|
||||
GTEST_TEST_CLASS_NAME_(test_suite_name, test_name) \
|
||||
() {} \
|
||||
virtual void TestBody() override; \
|
||||
void TestBody() override; \
|
||||
\
|
||||
private: \
|
||||
static int AddToRegistry() { \
|
||||
@@ -493,7 +493,7 @@ extern GFXCORE_FAMILY renderCoreFamily;
|
||||
template <typename FamilyType> \
|
||||
void testBodyHw(); \
|
||||
\
|
||||
virtual void TestBody() override { \
|
||||
void TestBody() override { \
|
||||
FAMILY_SELECTOR(::renderCoreFamily, testBodyHw) \
|
||||
} \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user