File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,9 +92,7 @@ class LIVEKIT_API DataTrackStream {
9292
9393private:
9494 friend class RemoteDataTrack ;
95- #ifdef LIVEKIT_TEST_ACCESS
9695 friend class DataTrackStreamTest ;
97- #endif
9896
9997 DataTrackStream () = default ;
10098 // / Internal init helper, called by RemoteDataTrack.
Original file line number Diff line number Diff line change @@ -101,9 +101,7 @@ class RemoteDataTrack {
101101
102102private:
103103 friend class Room ;
104- #ifdef LIVEKIT_TEST_ACCESS
105104 friend struct RemoteDataTrackTestAccess ;
106- #endif
107105
108106 LIVEKIT_INTERNAL_API explicit RemoteDataTrack (const proto::OwnedRemoteDataTrack& owned);
109107
Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ if(UNIT_TEST_SOURCES)
108108
109109 target_compile_definitions (livekit_unit_tests
110110 PRIVATE
111- LIVEKIT_TEST_ACCESS
112111 LIVEKIT_ROOT_DIR= "${LIVEKIT_ROOT_DIR} "
113112 SPDLOG_ACTIVE_LEVEL=${_SPDLOG_ACTIVE_LEVEL}
114113 $<$<PLATFORM_ID :Windows >:_USE_MATH_DEFINES >
@@ -200,7 +199,6 @@ if(INTEGRATION_TEST_SOURCES)
200199
201200 target_compile_definitions (livekit_integration_tests
202201 PRIVATE
203- LIVEKIT_TEST_ACCESS
204202 LIVEKIT_ROOT_DIR= "${LIVEKIT_ROOT_DIR} "
205203 SPDLOG_ACTIVE_LEVEL=${_SPDLOG_ACTIVE_LEVEL}
206204 $<$<PLATFORM_ID :Windows >:_USE_MATH_DEFINES >
You can’t perform that action at this time.
0 commit comments