lottie/vector: remove an unused variable warning message 75/185375/1
authorYoungbok Shin <youngb.shin@samsung.com>
Mon, 30 Jul 2018 05:41:23 +0000 (14:41 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Mon, 30 Jul 2018 05:41:23 +0000 (14:41 +0900)
Change-Id: I1ac0b9c3ec314ac01da8d3be3d11a1b21ef9938a

src/vector/vdebug.cpp

index bc2fc3b9a46deaec89541cc1464f59e44386e321..47db2eb731b398a9614648410d106ab697e70085 100644 (file)
@@ -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;