aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/neh/neh.h
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-06-30 14:22:26 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-06-30 14:22:26 +0300
commit93a8bbb01d574d1c55ea51172eca469785df35e3 (patch)
tree3b3ed5e54e4c7b931b2e2c48409d14cb54d918e3 /library/cpp/neh/neh.h
parentaaf08878eedef2e56302f84ec81213ce801f5b16 (diff)
downloadydb-93a8bbb01d574d1c55ea51172eca469785df35e3.tar.gz
Intermediate changes
Diffstat (limited to 'library/cpp/neh/neh.h')
-rw-r--r--library/cpp/neh/neh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/neh/neh.h b/library/cpp/neh/neh.h
index e0211a7dff7..b5e8cc291f4 100644
--- a/library/cpp/neh/neh.h
+++ b/library/cpp/neh/neh.h
@@ -260,7 +260,7 @@ namespace NNeh {
using THandleRef = TIntrusivePtr<THandle>;
- THandleRef Request(const TMessage& msg, IOnRecv* fallback, bool useAsyncSendRequest = false);
+ THandleRef Request(const TMessage& msg, IOnRecv* fallback);
inline THandleRef Request(const TMessage& msg) {
return Request(msg, nullptr);