mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-31 16:25:51 +00:00
lottie/vector: remove an unused variable warning message
Change-Id: I1ac0b9c3ec314ac01da8d3be3d11a1b21ef9938a
This commit is contained in:
@@ -534,7 +534,7 @@ public:
|
||||
|
||||
if (read_buffer == nullptr) return false;
|
||||
|
||||
if (bool success = read_buffer->try_pop(logline, m_read_index)) {
|
||||
if (read_buffer->try_pop(logline, m_read_index)) {
|
||||
m_read_index++;
|
||||
if (m_read_index == Buffer::size) {
|
||||
m_read_index = 0;
|
||||
|
||||
Reference in New Issue
Block a user