diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-09-02 15:01:13 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-09-02 15:27:45 +0300 |
commit | 1051e41fe6f31c2ae088154fa739ddb0c33be2cc (patch) | |
tree | 8da3da5e46322b1804025224c1b1107f108580dc | |
parent | 8f11f605dfdaa945905a4a176597774b49e7bfdb (diff) | |
download | ydb-1051e41fe6f31c2ae088154fa739ddb0c33be2cc.tar.gz |
Remove unused Service-Prebuilt-Tool license
159474d47af62024e91c136be84dc1ed6e4b934b
-rw-r--r-- | build/conf/licenses.json | 1 | ||||
-rw-r--r-- | build/platform/lld/ya.make | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/build/conf/licenses.json b/build/conf/licenses.json index 182bcef239..abfed06c8d 100644 --- a/build/conf/licenses.json +++ b/build/conf/licenses.json @@ -365,7 +365,6 @@ "default": [ "Service-Default-License", "Service-Dll-Harness", - "Service-Prebuilt-Tool", "Service-Py23-Proxy", "Service-Unknown-License-Java" ] diff --git a/build/platform/lld/ya.make b/build/platform/lld/ya.make index 670dd4e4cd..8d989bbcf8 100644 --- a/build/platform/lld/ya.make +++ b/build/platform/lld/ya.make @@ -1,7 +1,5 @@ RESOURCES_LIBRARY() -LICENSE(Service-Prebuilt-Tool) - DEFAULT(LLD_VERSION ${CLANG_VER}) IF (LLD_VERSION == 14) |