aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/pop
diff options
context:
space:
mode:
authorGravatar Damien Glancy <damien.glancy@icloud.com>2013-07-20 20:26:38 +0100
committerGravatar Damien Glancy <damien.glancy@icloud.com>2013-07-20 20:26:38 +0100
commit5120ebe39d65b5cc8d1dbd9feeb2860e6184c876 (patch)
treea7129fa6f2db7c65d9344ffb17330b0b3cbe4cf4 /src/core/pop
parent9fec655e9890f340ef3a84fddcc76c57cebd4a34 (diff)
- Removed hardcoded #warnings as mentioned in Issue #215.
- Opened individual issues for each #warning removal
Diffstat (limited to 'src/core/pop')
-rw-r--r--src/core/pop/MCPOPSession.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/pop/MCPOPSession.cc b/src/core/pop/MCPOPSession.cc
index fea4e5e0..a33f2396 100644
--- a/src/core/pop/MCPOPSession.cc
+++ b/src/core/pop/MCPOPSession.cc
@@ -129,7 +129,6 @@ bool POPSession::isCheckCertificateEnabled()
bool POPSession::checkCertificate()
{
-#warning check certificate
return true;
}