diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-02-21 17:18:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-23 11:19:31 -0500 |
commit | 5246e8f99255b376ded3d90b3c7a345c4748e68c (patch) | |
tree | 29959cb325f3f95a2fc051cf3395e82208bb8a0c /src/test/test.c | |
parent | 385558c32f666456ed10ed9dce3f4009437b015d (diff) | |
download | tor-5246e8f99255b376ded3d90b3c7a345c4748e68c.tar.gz tor-5246e8f99255b376ded3d90b3c7a345c4748e68c.zip |
Remove lingering mempool code
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/test.c b/src/test/test.c index 6c7db4e2c9..0524a6978f 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -49,9 +49,6 @@ double fabs(double x); #include "rendcommon.h" #include "test.h" #include "torgzip.h" -#ifdef ENABLE_MEMPOOLS -#include "mempool.h" -#endif #include "memarea.h" #include "onion.h" #include "onion_ntor.h" |