summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/http/context.cpp
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-01-30 10:54:10 +0300
committerrobot-piglet <[email protected]>2024-01-30 11:06:27 +0300
commit061a73e757d2631e96c2d880fdfa5567615a6bb3 (patch)
tree08201daa307133f856b42188fcdd2906e9d2ce42 /yt/cpp/mapreduce/http/context.cpp
parent9e01ee36325fca04e26b57d1cebb0955a042ce20 (diff)
Intermediate changes
Diffstat (limited to 'yt/cpp/mapreduce/http/context.cpp')
-rw-r--r--yt/cpp/mapreduce/http/context.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/yt/cpp/mapreduce/http/context.cpp b/yt/cpp/mapreduce/http/context.cpp
index d158a551957..18d564fe09c 100644
--- a/yt/cpp/mapreduce/http/context.cpp
+++ b/yt/cpp/mapreduce/http/context.cpp
@@ -16,11 +16,6 @@ bool operator==(const TClientContext& lhs, const TClientContext& rhs)
lhs.ProxyAddress == rhs.ProxyAddress;
}
-bool operator!=(const TClientContext& lhs, const TClientContext& rhs)
-{
- return !(rhs == lhs);
-}
-
////////////////////////////////////////////////////////////////////////////////
} // namespace NYT