aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/histogram
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/histogram')
-rw-r--r--library/cpp/histogram/adaptive/protos/python/ya.make3
-rw-r--r--library/cpp/histogram/adaptive/protos/ya.make13
-rw-r--r--library/cpp/histogram/adaptive/ya.make20
-rw-r--r--library/cpp/histogram/hdr/ut/ya.make13
-rw-r--r--library/cpp/histogram/hdr/ya.make17
-rw-r--r--library/cpp/histogram/ya.make9
6 files changed, 0 insertions, 75 deletions
diff --git a/library/cpp/histogram/adaptive/protos/python/ya.make b/library/cpp/histogram/adaptive/protos/python/ya.make
deleted file mode 100644
index 3328c279659..00000000000
--- a/library/cpp/histogram/adaptive/protos/python/ya.make
+++ /dev/null
@@ -1,3 +0,0 @@
-OWNER(abogutskiy)
-
-PY_PROTOS_FOR(library/cpp/histogram/adaptive/protos)
diff --git a/library/cpp/histogram/adaptive/protos/ya.make b/library/cpp/histogram/adaptive/protos/ya.make
deleted file mode 100644
index 7635cfcb8cd..00000000000
--- a/library/cpp/histogram/adaptive/protos/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-PROTO_LIBRARY()
-
-OWNER(g:crawl)
-
-SRCS(
- histo.proto
-)
-
-IF (NOT PY_PROTOS_FOR)
- EXCLUDE_TAGS(GO_PROTO)
-ENDIF()
-
-END()
diff --git a/library/cpp/histogram/adaptive/ya.make b/library/cpp/histogram/adaptive/ya.make
deleted file mode 100644
index b589801b272..00000000000
--- a/library/cpp/histogram/adaptive/ya.make
+++ /dev/null
@@ -1,20 +0,0 @@
-LIBRARY()
-
-OWNER(
- zosimov
- svirg
-)
-
-SRCS(
- common.cpp
- adaptive_histogram.cpp
- block_histogram.cpp
- fixed_bin_histogram.cpp
-)
-
-PEERDIR(
- contrib/libs/protobuf
- library/cpp/histogram/adaptive/protos
-)
-
-END()
diff --git a/library/cpp/histogram/hdr/ut/ya.make b/library/cpp/histogram/hdr/ut/ya.make
deleted file mode 100644
index 13ceb143c87..00000000000
--- a/library/cpp/histogram/hdr/ut/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-OWNER(
- g:util
- jamel
-)
-
-UNITTEST_FOR(library/cpp/histogram/hdr)
-
-SRCS(
- histogram_ut.cpp
- histogram_iter_ut.cpp
-)
-
-END()
diff --git a/library/cpp/histogram/hdr/ya.make b/library/cpp/histogram/hdr/ya.make
deleted file mode 100644
index 885099608d6..00000000000
--- a/library/cpp/histogram/hdr/ya.make
+++ /dev/null
@@ -1,17 +0,0 @@
-LIBRARY()
-
-OWNER(
- g:util
- jamel
-)
-
-SRCS(
- histogram.cpp
- histogram_iter.cpp
-)
-
-PEERDIR(
- contrib/libs/hdr_histogram
-)
-
-END()
diff --git a/library/cpp/histogram/ya.make b/library/cpp/histogram/ya.make
deleted file mode 100644
index 77cfd96902f..00000000000
--- a/library/cpp/histogram/ya.make
+++ /dev/null
@@ -1,9 +0,0 @@
-RECURSE(
- adaptive
- hdr
- hdr/ut
- simple
- simple/ut
- rt
- rt/ut
-)