mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
Remove redundant constructors from unit tests
Change-Id: I56f939d99397848ccf7588dd7c822fd19035b935 Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
af33d42e88
commit
065c72eb36
@@ -11,9 +11,7 @@
|
||||
|
||||
#include "opencl/source/os_interface/os_inc_base.h"
|
||||
|
||||
TestEnvironment::TestEnvironment(void)
|
||||
: libraryFrontEnd(nullptr), libraryIGC(nullptr),
|
||||
libraryOS(nullptr), hwInfoDefaultDebugVars() {
|
||||
TestEnvironment::TestEnvironment() {
|
||||
igcDebugVarStack.reserve(3);
|
||||
fclDebugVarStack.reserve(3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user