From 1d7e9142be912ab025b4728ee3fa320bdaec0bc5 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 12 May 2013 19:51:13 +0200 Subject: [PATCH] Explicit platform handler initialization is not needed anymore. --- tests/testRunner.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/testRunner.cpp b/tests/testRunner.cpp index fb40d3a2..3286e23a 100644 --- a/tests/testRunner.cpp +++ b/tests/testRunner.cpp @@ -243,9 +243,6 @@ const char* getTestModuleNameFromSourceFile(const char *path_) int main(int argc, char* argv[]) { - // VMime initialization - vmime::platform::setHandler(); - // Parse arguments bool xmlOutput = false;