summaryrefslogtreecommitdiff
path: root/tests/utils/test3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utils/test3.cpp')
-rwxr-xr-xtests/utils/test3.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/utils/test3.cpp b/tests/utils/test3.cpp
index a07365a..70ac676 100755
--- a/tests/utils/test3.cpp
+++ b/tests/utils/test3.cpp
@@ -15,8 +15,6 @@ class Logger : public Singleton< Logger >
cout << s << endl;
}
- friend class Singleton< Logger >;
-
protected:
Logger( )
{