aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2022-11-02 12:00:25 +0300
committerthegeorg <thegeorg@yandex-team.com>2022-11-02 12:00:25 +0300
commit56086cfd6edecd0aec84a9b19ebf508e65b79e9d (patch)
treeb07862bc7090d55666c870cb063c3ce0f46b6f5b /contrib/restricted
parente3ffb0af25c5c456263ecb50cd8d4cec27e37dc4 (diff)
downloadydb-56086cfd6edecd0aec84a9b19ebf508e65b79e9d.tar.gz
Cleanup unused grpc targets
* Merge grpc (core), grpc++ and gpr libraries into contrib/libs/grpc * Drop unused grpc_unsecure, grpc++_unsecure and grpc++_error_details * Remove abundance of hacks from import routine
Diffstat (limited to 'contrib/restricted')
-rw-r--r--contrib/restricted/abseil-cpp-tstring/y_absl/CMakeLists.txt1
-rw-r--r--contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.txt13
2 files changed, 0 insertions, 14 deletions
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/CMakeLists.txt
index 26acb4b1a6..9fb2d1dea5 100644
--- a/contrib/restricted/abseil-cpp-tstring/y_absl/CMakeLists.txt
+++ b/contrib/restricted/abseil-cpp-tstring/y_absl/CMakeLists.txt
@@ -12,7 +12,6 @@ add_subdirectory(container)
add_subdirectory(debugging)
add_subdirectory(functional)
add_subdirectory(hash)
-add_subdirectory(memory)
add_subdirectory(meta)
add_subdirectory(numeric)
add_subdirectory(profiling)
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.txt
deleted file mode 100644
index e311296372..0000000000
--- a/contrib/restricted/abseil-cpp-tstring/y_absl/memory/CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-
-# This file was gererated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(abseil-cpp-tstring-y_absl-memory INTERFACE)
-target_link_libraries(abseil-cpp-tstring-y_absl-memory INTERFACE
- abseil-cpp-tstring-y_absl-meta
-)