diff options
Diffstat (limited to 'yt/cpp/mapreduce/interface/client.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/interface/client.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/yt/cpp/mapreduce/interface/client.cpp b/yt/cpp/mapreduce/interface/client.cpp deleted file mode 100644 index 11d308b8098..00000000000 --- a/yt/cpp/mapreduce/interface/client.cpp +++ /dev/null @@ -1,19 +0,0 @@ -#include "client.h" - -namespace NYT { - -//////////////////////////////////////////////////////////////////////////////// - -void ILock::Wait(TDuration timeout) -{ - return GetAcquiredFuture().GetValue(timeout); -} - -void ITransaction::Detach() -{ - Y_FAIL("ITransaction::Detach() is not implemented"); -} - -//////////////////////////////////////////////////////////////////////////////// - -} // namespace NYT |
