Revert "SMTP-Client: move the client-shutdown procedure into the DB-Thread; we musn...
[citadel.git] / citadel / modules / urldeshortener / serv_expand_shorter_urls.c
index ef08b677506d0cf4b16ab7b51be6aa03a996e922..bb6d1734a5170bde6f5f740480d56e86cac53264 100644 (file)
@@ -103,11 +103,6 @@ eNextState TerminateLookupUrl(AsyncIO *IO)
 //TOOD
        return eAbort;
 }
-eNextState TerminateLookupUrlDB(AsyncIO *IO)
-{
-//TOOD
-       return eAbort;
-}
 eNextState LookupUrlResult(AsyncIO *IO)
 {
        return eTerminateConnection; /// /TODO
@@ -133,7 +128,6 @@ int LookupUrl(StrBuf *ShorterUrlStr)
                          "Citadel RSS ShorterURL Expander",
                          LookupUrlResult, 
                          TerminateLookupUrl, 
-                         TerminateLookupUrlDB, 
                          ShutdownLookuUrl))
        {
                syslog(LOG_ALERT, "Unable to initialize libcurl.\n");