diff options
author | Vincent Richard <[email protected]> | 2013-05-12 17:51:13 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-05-12 17:51:13 +0000 |
commit | 1d7e9142be912ab025b4728ee3fa320bdaec0bc5 (patch) | |
tree | 1474c3f09639ebe4d9fdf814eac564b5b1fa3cb0 | |
parent | Lowered wait delay on Windows. (diff) | |
download | vmime-1d7e9142be912ab025b4728ee3fa320bdaec0bc5.tar.gz vmime-1d7e9142be912ab025b4728ee3fa320bdaec0bc5.zip |
Explicit platform handler initialization is not needed anymore.
-rw-r--r-- | tests/testRunner.cpp | 3 |
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; |