From 18de0d846509c36d0c739590cb77b07d8cb93c29 Mon Sep 17 00:00:00 2001 From: Vic Lee Date: Thu, 11 Aug 2011 15:09:39 +0800 Subject: [PATCH] cunit: remove unused variables. --- cunit/test_librfx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cunit/test_librfx.c b/cunit/test_librfx.c index d485def85..f06acd5dc 100644 --- a/cunit/test_librfx.c +++ b/cunit/test_librfx.c @@ -364,7 +364,6 @@ void test_message(void) { RFX_CONTEXT* context; STREAM* s; - int size; int i, j; RFX_RECT rect = {0, 0, 100, 80}; RFX_MESSAGE * message;