diff options
Diffstat (limited to 'td/telegram/GroupCallManager.cpp')
| -rw-r--r-- | td/telegram/GroupCallManager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/td/telegram/GroupCallManager.cpp b/td/telegram/GroupCallManager.cpp index d6a953635..56937bebe 100644 --- a/td/telegram/GroupCallManager.cpp +++ b/td/telegram/GroupCallManager.cpp @@ -52,7 +52,6 @@ template <class T> T tde2e_move_as_ok_impl(tde2e_api::Result<T> result, int line) { LOG_CHECK(result.is_ok()) << static_cast<int>(result.error().code) << " : " << result.error().message << " at line " << line; - ; return std::move(result.value()); } |
