summaryrefslogtreecommitdiff
path: root/src/unittests/utils/translation/poparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittests/utils/translation/poparser.cc')
-rw-r--r--src/unittests/utils/translation/poparser.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/unittests/utils/translation/poparser.cc b/src/unittests/utils/translation/poparser.cc
index 84c993112..cfa0cbb30 100644
--- a/src/unittests/utils/translation/poparser.cc
+++ b/src/unittests/utils/translation/poparser.cc
@@ -50,7 +50,6 @@ TEST_CASE("PoParser tests", "PoParser")
setEnv("SDL_VIDEODRIVER", "dummy");
client = new Client;
- logger = new Logger();
VirtFs::mountDirSilent("data", Append_false);
VirtFs::mountDirSilent("../data", Append_false);
@@ -133,6 +132,4 @@ TEST_CASE("PoParser tests", "PoParser")
delete2(client);
VirtFs::unmountDirSilent("data");
VirtFs::unmountDirSilent("../data");
- delete2(logger);
-// VirtFs::deinit();
}