aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-03-24 16:09:52 +0100
committerVincent Richard <[email protected]>2013-03-24 16:09:52 +0100
commitc42a46e074baaa6e12d9272404aaef7e9bb03ae6 (patch)
tree5098b1152e06448ac16253550b63a48dd672946f
parentStrip spaces at end of header lines (Zarafa). (diff)
downloadvmime-c42a46e074baaa6e12d9272404aaef7e9bb03ae6.tar.gz
vmime-c42a46e074baaa6e12d9272404aaef7e9bb03ae6.zip
Removed workaround for old compiler.
-rw-r--r--vmime/utility/smartPtr.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/vmime/utility/smartPtr.hpp b/vmime/utility/smartPtr.hpp
index c7e7c33e..5a81afa1 100644
--- a/vmime/utility/smartPtr.hpp
+++ b/vmime/utility/smartPtr.hpp
@@ -126,13 +126,6 @@ protected:
class null_ref
{
-private:
-
-
-#pragma GCC diagnostic ignored "-Wunused-private-field"
- int foo;
-#pragma GCC diagnostic warning "-Wunused-private-field"
-
};