mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 17:15:21 +00:00
test-vdagent: Remove useless MIN definition
Already defined by GLib headers. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Maybe this check should just be removed?
This commit is contained in:
parent
60d8389bcd
commit
7569ff3cc8
@ -29,11 +29,6 @@
|
||||
#include "test-display-base.h"
|
||||
#include "test-glib-compat.h"
|
||||
|
||||
#ifndef MIN
|
||||
#define MIN(a, b) ((a) > (b) ? (b) : (a))
|
||||
#endif
|
||||
|
||||
|
||||
static int vmc_write(SPICE_GNUC_UNUSED SpiceCharDeviceInstance *sin,
|
||||
SPICE_GNUC_UNUSED const uint8_t *buf,
|
||||
int len)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user