diff options
author | Hoà V. DINH <dinh.viet.hoa@gmail.com> | 2014-11-24 11:33:01 -0800 |
---|---|---|
committer | Hoà V. DINH <dinh.viet.hoa@gmail.com> | 2014-11-24 11:33:01 -0800 |
commit | 02f7215d047c2d6bb28211dcae335c01489713a7 (patch) | |
tree | 6602b28927d09ee75eacbaa38ca849e96b12dfd4 /tests | |
parent | 04f10a4b349d8d96c6bff56ffb180e16f5417cfe (diff) |
Fixed build on win32
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); |