mirror of
https://github.com/znc/znc.git
synced 2026-07-06 09:51:25 +02:00
threaded DNS: Remove an unneeded function
This inlines the function into its only caller. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -131,7 +131,6 @@ private:
|
||||
};
|
||||
void StartTDNSThread(TDNSTask* task, bool bBind);
|
||||
void SetTDNSThreadFinished(TDNSTask* task, bool bBind, addrinfo* aiResult);
|
||||
void TryToFinishTDNSTask(TDNSTask* task);
|
||||
void RetrieveTDNSResult();
|
||||
static void* TDNSThread(void* argument);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user