summaryrefslogtreecommitdiff
path: root/server
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
commiteb7875eeba1262768fdf8bf8046be8e41761d09e (patch)
treefbcde1595b0e948db05061b41b086cd88cf17149 /server
parent06670c9a26c2402a3b8d895d82ff6f44ff7d70d8 (diff)
remove duplicated macro
MIN() is already defined in spice-protocol/spice/macros.h
Diffstat (limited to 'server')
-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 5344a4f..ac1442d 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__