diff options
Diffstat (limited to 'src/common/test.h')
-rw-r--r-- | src/common/test.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/test.h b/src/common/test.h index c7af49cbbe..c5166bae49 100644 --- a/src/common/test.h +++ b/src/common/test.h @@ -21,9 +21,6 @@ #define PRETTY_FUNCTION "" #endif -/* DOCDOC have_failed */ -extern int have_failed; - #define test_fail_msg(msg) \ STMT_BEGIN \ have_failed = 1; \ |