diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-22 19:14:08 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-22 19:14:08 +0000 |
commit | b4d387c28bbcfabfc8baa1b63db396888534519a (patch) | |
tree | cfcf2aa91d3c404749eda39b6a10078f6ff39238 /src/common/test.h | |
parent | 7d79bec54d7b37aacb3914f4baa792315ce4f905 (diff) | |
download | tor-b4d387c28bbcfabfc8baa1b63db396888534519a.tar.gz tor-b4d387c28bbcfabfc8baa1b63db396888534519a.zip |
Make freelist_len in memarea.c static; document a few variables.
svn:r17741
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; \ |