Skip to content

Commit adcaf05

Browse files
Clean obsolete HAVE_TBX_SERVER.
Change-Id: Ic25767b95b173e344d5718fd750c32265078becb Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
1 parent 3870fce commit adcaf05

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ endif()
554554

555555
# Miscs options
556556
option(IGDRCL_GCOV "generate gcov report" OFF)
557-
option(HAVE_TBX_SERVER "Compile TBX server from TbxAccess library" OFF)
558557
option(USE_CL_CACHE "Use OpenCL program binary cache" ON)
559558
set(CL_CACHE_LOCATION "cl_cache" CACHE STRING "OpenCL program binary cache location")
560559

runtime/command_stream/tbx_command_stream_receiver.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
#pragma once
99
#include "runtime/aub_mem_dump/aub_mem_dump.h"
1010

11-
// To Enable TBX Serve support for "igdrcl_dll" project, do following when configuring with cmake:
12-
// 1. cmake -DHAVE_TBX_SERVER=ON .
13-
// <or, when connecting to the localhost>
14-
// cmake -DHAVE_TBX_SERVER=ON .
15-
// <or, on Windows systems, edit HAVE_TBX_SERVER settings using>
16-
// notepad build_runtime_vs2013.bat
17-
1811
namespace NEO {
1912
class CommandStreamReceiver;
2013
class TbxSockets;

0 commit comments

Comments
 (0)