Remove not used parameters in PlatformFixture SetUp function

Change-Id: Ib58c97e377218350cea19373dd1f193c4cc32a45
This commit is contained in:
Mrozek, Michal
2018-06-26 10:51:01 +02:00
committed by sys_ocldev
parent b563e07394
commit 686209874a
26 changed files with 35 additions and 35 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, Intel Corporation
* Copyright (c) 2017 - 2018, Intel Corporation
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@ -58,7 +58,7 @@ class ProgramDataTest : public testing::Test,
protected:
void SetUp() override {
PlatformFixture::SetUp(numPlatformDevices, platformDevices);
PlatformFixture::SetUp();
cl_device_id device = pPlatform->getDevice(0);
ContextFixture::SetUp(1, &device);
ProgramFixture::SetUp();