From b4d387c28bbcfabfc8baa1b63db396888534519a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 22 Dec 2008 19:14:08 +0000 Subject: Make freelist_len in memarea.c static; document a few variables. svn:r17741 --- src/common/test.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common/test.h') diff --git a/src/common/test.h b/src/common/test.h index c7af49cbb..c5166bae4 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; \ -- cgit v1.2.3