diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-12 21:25:31 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-12 21:39:54 +0300 |
commit | d28c55ab25cc8cedab8a5f4736c0d66e88b3da95 (patch) | |
tree | 73d373709b74fa2baaa4fe02a40a77c0a5baf6b7 /library/cpp/yt/stockpile/stockpile_other.cpp | |
parent | 35b17f4f3b6e0ed855e7e47d3f1eb57470388a2c (diff) | |
download | ydb-d28c55ab25cc8cedab8a5f4736c0d66e88b3da95.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/yt/stockpile/stockpile_other.cpp')
-rw-r--r-- | library/cpp/yt/stockpile/stockpile_other.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/library/cpp/yt/stockpile/stockpile_other.cpp b/library/cpp/yt/stockpile/stockpile_other.cpp new file mode 100644 index 0000000000..3495d9c1cb --- /dev/null +++ b/library/cpp/yt/stockpile/stockpile_other.cpp @@ -0,0 +1,12 @@ +#include "stockpile.h" + +namespace NYT { + +//////////////////////////////////////////////////////////////////////////////// + +void ConfigureStockpile(const TStockpileOptions& /*options*/) +{ } + +//////////////////////////////////////////////////////////////////////////////// + +} // namespace NYT |