[Libva] [PATCH 1/9] Remove unused 'i' and 'buf_list' in va_TraceDestroyBuffer

Lim Siew Hoon siew.hoon.lim at intel.com
Wed Jun 22 11:45:55 UTC 2016


Signed-off-by: Lim Siew Hoon <siew.hoon.lim at intel.com>
---
 va/va_trace.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/va/va_trace.c b/va/va_trace.c
index 4e1b8e8..ededead 100644
--- a/va/va_trace.c
+++ b/va/va_trace.c
@@ -1510,9 +1510,6 @@ void va_TraceDestroyBuffer (
     VABufferType type;
     unsigned int size;
     unsigned int num_elements;
-    
-    VACodedBufferSegment *buf_list;
-    int i = 0;
 
     if (buf_id == VA_INVALID_ID)
         return;
-- 
2.1.0



More information about the Libva mailing list