Skip to content

Commit aef7c6c

Browse files
committed
YQL-17542 remove transition guards (ydb-platform#1610)
1 parent c609e4c commit aef7c6c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

ydb/library/yql/dq/actors/compute/dq_compute_actor.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,6 @@ struct TComputeMemoryLimits {
364364
IMemoryQuotaManager::TPtr MemoryQuotaManager;
365365
};
366366

367-
//temporary flag to integarate changes in interface
368-
#define Y_YQL_DQ_TASK_RUNNER_REQUIRES_ALLOCATOR 1
369-
370367
using TTaskRunnerFactory = std::function<
371368
TIntrusivePtr<IDqTaskRunner>(NKikimr::NMiniKQL::TScopedAlloc& alloc, const TDqTaskSettings& task, NDqProto::EDqStatsMode statsMode, const TLogFunc& logFunc)
372369
>;

ydb/library/yql/dq/actors/task_runner/task_runner_actor.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ struct ITaskRunnerActorFactory {
5050
THolder<NYql::NDq::TDqMemoryQuota>&& memoryQuota = {}) = 0;
5151
};
5252

53-
// temporary for YQL-17542
54-
#define Y_YQL_DQ_TASK_RUNNER_ACTOR_FACTORY_COMPATIBILITY_1
5553
ITaskRunnerActorFactory::TPtr CreateLocalTaskRunnerActorFactory(const TTaskRunnerFactory& factory);
5654

5755
} // namespace NTaskRunnerActor

0 commit comments

Comments
 (0)