Skip to content

Commit aa33624

Browse files
committed
Fixes
1 parent 2209648 commit aa33624

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ydb/core/kqp/compile_service/kqp_compile_service.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,6 @@ class TKqpRequestsQueue {
388388
};
389389

390390
class TKqpCompileService : public TActorBootstrapped<TKqpCompileService> {
391-
enum ECacheType {
392-
ByUid,
393-
ByQuery,
394-
ByAst,
395-
};
396391
public:
397392
static constexpr NKikimrServices::TActivity::EType ActorActivityType() {
398393
return NKikimrServices::TActivity::KQP_COMPILE_SERVICE;

0 commit comments

Comments
 (0)