summaryrefslogtreecommitdiff
path: root/src/common/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/test.h')
-rw-r--r--src/common/test.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/test.h b/src/common/test.h
index 134c9a3f2a..6919376d26 100644
--- a/src/common/test.h
+++ b/src/common/test.h
@@ -16,9 +16,6 @@
#include <stdio.h>
#include "compat.h"
-#define STMT_BEGIN do {
-#define STMT_END } while (0)
-
#ifdef __GNUC__
#define PRETTY_FUNCTION __PRETTY_FUNCTION__
#else