aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasily Gerasimov <UgnineSirdis@ydb.tech>2024-11-11 15:42:43 +0200
committerGitHub <noreply@github.com>2024-11-11 15:42:43 +0200
commite807d9d3bb4566675192f8b01d2a70ac123d77f4 (patch)
treee8c7092a09248f821b9b51981a28659211a7b858
parent0a7a71010704f8e2c1ddf3e856de4c90c1140c1b (diff)
downloadydb-e807d9d3bb4566675192f8b01d2a70ac123d77f4.tar.gz
Fix: remove kqp config settings from audit/metering lib's resources (#11441)
-rw-r--r--ydb/core/audit/ya.make4
-rw-r--r--ydb/core/metering/ya.make4
2 files changed, 0 insertions, 8 deletions
diff --git a/ydb/core/audit/ya.make b/ydb/core/audit/ya.make
index c748e3bd017..3c2272d2d86 100644
--- a/ydb/core/audit/ya.make
+++ b/ydb/core/audit/ya.make
@@ -13,8 +13,4 @@ PEERDIR(
ydb/core/base
)
-RESOURCE(
- ydb/core/kqp/kqp_default_settings.txt kqp_default_settings.txt
-)
-
END()
diff --git a/ydb/core/metering/ya.make b/ydb/core/metering/ya.make
index ce423b85fc8..ef8d9814d39 100644
--- a/ydb/core/metering/ya.make
+++ b/ydb/core/metering/ya.make
@@ -22,8 +22,4 @@ PEERDIR(
ydb/core/base
)
-RESOURCE(
- ydb/core/kqp/kqp_default_settings.txt kqp_default_settings.txt
-)
-
END()