summaryrefslogtreecommitdiffstats
path: root/server/tests
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-01 16:47:12 +0200
committerHans de Goede <hdegoede@redhat.com>2011-04-04 11:59:53 +0200
commit5dd6932bf78080764a1b31bd1e72de5917eb4053 (patch)
treef5581b2038abb905be71759de5e12b32b3766f0a /server/tests
parent3953b9ff1b46441077471baed9ef5173cf4eb448 (diff)
downloadspice-5dd6932bf78080764a1b31bd1e72de5917eb4053.tar.gz
spice-5dd6932bf78080764a1b31bd1e72de5917eb4053.tar.xz
spice-5dd6932bf78080764a1b31bd1e72de5917eb4053.zip
remove duplicated macro
MIN() is already defined in spice-protocol/spice/macros.h
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/test_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/tests/test_util.h b/server/tests/test_util.h
index 5344a4f0..ac1442dd 100644
--- a/server/tests/test_util.h
+++ b/server/tests/test_util.h
@@ -9,6 +9,4 @@
abort(); \
}
-#define MIN(a,b) ((a) > (b) ? (b) : (a))
-
#endif // __TEST_UTIL_H__