From 02f7215d047c2d6bb28211dcae335c01489713a7 Mon Sep 17 00:00:00 2001 From: "HoĆ  V. DINH" Date: Mon, 24 Nov 2014 11:33:01 -0800 Subject: Fixed build on win32 --- tests/test-all.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests') 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 #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); -- cgit v1.2.3