aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/smtp/MCSMTPSession.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/smtp/MCSMTPSession.cc')
-rw-r--r--src/core/smtp/MCSMTPSession.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/smtp/MCSMTPSession.cc b/src/core/smtp/MCSMTPSession.cc
index 12066146..96bd9787 100644
--- a/src/core/smtp/MCSMTPSession.cc
+++ b/src/core/smtp/MCSMTPSession.cc
@@ -51,13 +51,6 @@ SMTPSession::~SMTPSession()
MCLog("dealloc4");
}
-#if 0
-String * SMTPSession::className()
-{
- return MCSTR("SMTPSession");
-}
-#endif
-
void SMTPSession::setHostname(String * hostname)
{
MC_SAFE_REPLACE_COPY(String, mHostname, hostname);