mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 23:23:55 +00:00
tests: Remove unused variables
coverity spotted some variables that were declared but not used in server/tests
This commit is contained in:
parent
530888ad90
commit
3ac428b4b7
@ -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;
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user