summaryrefslogtreecommitdiffstats
path: root/test/unit/app/app_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/app/app_test.cpp')
-rw-r--r--test/unit/app/app_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/unit/app/app_test.cpp b/test/unit/app/app_test.cpp
index 8c1e899..b517d7d 100644
--- a/test/unit/app/app_test.cpp
+++ b/test/unit/app/app_test.cpp
@@ -10,8 +10,6 @@
#include "app/system_mock.h"
-#include "common/logger.h"
-
#include <gtest/gtest.h>
using testing::_;
@@ -57,7 +55,6 @@ protected:
long long relTimeReal, long long absTimeReal);
protected:
- CLogger logger;
CApplicationWrapper* app;
CSystemUtilsMock* systemUtils;