tests: Remove unused variables

coverity spotted some variables that were declared but not used in
server/tests
This commit is contained in:
Christophe Fergeau 2014-01-02 18:06:08 +01:00
parent 530888ad90
commit 3ac428b4b7
2 changed files with 0 additions and 3 deletions

View File

@ -672,7 +672,6 @@ static void cursor_init()
static int get_cursor_command(QXLInstance *qin, struct QXLCommandExt *ext)
{
Test *test = SPICE_CONTAINEROF(qin, Test, qxl_instance);
static int color = 0;
static int set = 1;
static int x = 0, y = 0;
QXLCursorCmd *cursor_cmd;

View File

@ -53,8 +53,6 @@ void playback_timer_cb(void *opaque)
int i;
struct timeval cur;
uint64_t cur_usec;
uint32_t *test_frame;
uint32_t test_num_samples;
get_frame();
if (!frame) {