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:
Frediano Ziglio 2017-12-02 17:43:54 +00:00
parent 60d8389bcd
commit 7569ff3cc8

View File

@ -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)