From b0635b9e8f3ba3b48d1335b95ff32bd1731d74b5 Mon Sep 17 00:00:00 2001 From: Daryle Walker Date: Tue, 29 Dec 2015 15:42:16 -0500 Subject: Follow suggestions from @dinhviethoa. Follow suggestions to remove one unnecessary overload and to mark other as depreciated. (A third suggestion was covered by another commit.) --- src/core/nntp/MCNNTPSession.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/core/nntp/MCNNTPSession.cpp') diff --git a/src/core/nntp/MCNNTPSession.cpp b/src/core/nntp/MCNNTPSession.cpp index bc86ebbc..933f10f2 100644 --- a/src/core/nntp/MCNNTPSession.cpp +++ b/src/core/nntp/MCNNTPSession.cpp @@ -493,11 +493,6 @@ Data * NNTPSession::fetchArticleByMessageID(String * messageID, ErrorCode * pErr return result; } -Data * NNTPSession::fetchArticleByMessageID(String * groupName, String * messageID, ErrorCode * pError) -{ - return this->fetchArticleByMessageID(messageID, pError); -} - time_t NNTPSession::fetchServerDate(ErrorCode * pError) { int r; struct tm time; -- cgit v1.2.3