Skip to content

Commit e56a38d

Browse files
remove unused variable
Change-Id: Ifdf47e9ac91912098164a7e08526f65f5c7326a6 Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
1 parent 220ae46 commit e56a38d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

opencl/source/dll/linux/options_linux.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const char *libvaDllName = "libva.so.2";
1818
const char *sysFsPciPathPrefix = "/sys/bus/pci/devices/0000:";
1919
const char *pciDevicesDirectory = "/dev/dri/by-path";
2020
const char *sysFsProcPathPrefix = "/proc";
21-
const char *tbxLibName = "libtbxAccess.so";
2221

2322
// Metrics Library name
2423
const char *metricsLibraryDllName = "libigdml.so";

opencl/test/unit_test/command_stream/tbx_command_stream_tests.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ namespace NEO {
5050
extern TbxCommandStreamReceiverCreateFunc tbxCommandStreamReceiverFactory[IGFX_MAX_CORE];
5151
} // namespace NEO
5252

53-
namespace Os {
54-
extern const char *tbxLibName;
55-
}
56-
5753
struct TbxFixture : public TbxCommandStreamFixture,
5854
public ClDeviceFixture,
5955
public MockAubCenterFixture {

0 commit comments

Comments
 (0)