aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-01-27 15:21:27 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-01-27 15:58:35 +0300
commit39d6b47a17f0b637e9620f6f9ea39b9de4b78ec2 (patch)
tree4563992d67c21936c3e5f536108ce07627760806 /contrib
parent6dfb19b7557795d609eb914d8dfbecc3d0b3e915 (diff)
downloadydb-39d6b47a17f0b637e9620f6f9ea39b9de4b78ec2.tar.gz
Intermediate changes
commit_hash:ea50a3f2955f19abbb43e2898690c7fd6b69d864
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libs/protobuf/.yandex_meta/__init__.py4
-rw-r--r--contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_helpers.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/contrib/libs/protobuf/.yandex_meta/__init__.py b/contrib/libs/protobuf/.yandex_meta/__init__.py
index 8eb399ce00..2418bdf725 100644
--- a/contrib/libs/protobuf/.yandex_meta/__init__.py
+++ b/contrib/libs/protobuf/.yandex_meta/__init__.py
@@ -224,10 +224,6 @@ ENDIF()
f.write(f'#include "{file}"\n')
f.write('#include "names.h"')
- # generate temporal proxy for ydb
- with open(os.path.join(libprotoc_abs_dir, "src/google/protobuf/compiler/cpp/cpp_helpers.h"), "w") as f:
- f.write('#include "helpers.h"')
-
with open(f"{libprotoc_abs_dir}/ya.make", "wt") as ymake:
ymake.write(str(libprotoc))
diff --git a/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_helpers.h b/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_helpers.h
deleted file mode 100644
index fe2ff1369a..0000000000
--- a/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_helpers.h
+++ /dev/null
@@ -1 +0,0 @@
-#include "helpers.h" \ No newline at end of file