diff options
Diffstat (limited to 'server/tests/test_util.h')
-rw-r--r-- | server/tests/test_util.h | 2 |
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__ |