aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.cc
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/imap/MCIMAPSession.cc
parent9fec655e9890f340ef3a84fddcc76c57cebd4a34 (diff)
- Removed hardcoded #warnings as mentioned in Issue #215.
- Opened individual issues for each #warning removal
Diffstat (limited to 'src/core/imap/MCIMAPSession.cc')
-rw-r--r--src/core/imap/MCIMAPSession.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/imap/MCIMAPSession.cc b/src/core/imap/MCIMAPSession.cc
index b44efdfd..4c0f9f99 100644
--- a/src/core/imap/MCIMAPSession.cc
+++ b/src/core/imap/MCIMAPSession.cc
@@ -487,7 +487,6 @@ static bool hasError(int errorCode)
bool IMAPSession::checkCertificate()
{
-#warning check certificate
return true;
}