diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-all.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test-all.cpp b/tests/test-all.cpp index 2fc09e17..00aa93d2 100644 --- a/tests/test-all.cpp +++ b/tests/test-all.cpp @@ -16,10 +16,6 @@ #include <glib.h> #endif -extern "C" { - extern int mailstream_debug; -} - static mailcore::String * password = NULL; static mailcore::String * displayName = NULL; static mailcore::String * email = NULL; @@ -360,7 +356,6 @@ void testAll() mailcore::AutoreleasePool * pool = new mailcore::AutoreleasePool(); MCLogEnabled = 1; - mailstream_debug = 1; //mailcore::Data * data = testMessageBuilder(); //testMessageParser(data); |