aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-05-12 17:51:13 +0000
committerVincent Richard <[email protected]>2013-05-12 17:51:13 +0000
commit1d7e9142be912ab025b4728ee3fa320bdaec0bc5 (patch)
tree1474c3f09639ebe4d9fdf814eac564b5b1fa3cb0
parentLowered wait delay on Windows. (diff)
downloadvmime-1d7e9142be912ab025b4728ee3fa320bdaec0bc5.tar.gz
vmime-1d7e9142be912ab025b4728ee3fa320bdaec0bc5.zip
Explicit platform handler initialization is not needed anymore.
-rw-r--r--tests/testRunner.cpp3
1 files changed, 0 insertions, 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<vmime::platforms::posix::posixHandler>();
-
// Parse arguments
bool xmlOutput = false;