Remove redundant constructors from unit tests

Change-Id: I56f939d99397848ccf7588dd7c822fd19035b935
Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
This commit is contained in:
Jablonski, Mateusz
2020-03-16 18:10:02 +01:00
committed by sys_ocldev
parent af33d42e88
commit 065c72eb36
10 changed files with 4 additions and 41 deletions

View File

@@ -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);
}