antiexpire 0 for rss
[citadel.git] / citadel / database.c
index e71d069768d1863f2a92bbe50e0ad575cb290684..b55ec5fd646037cb87467943dba936dd768d01ef 100644 (file)
@@ -870,16 +870,6 @@ void cdb_trunc(int cdb)
 }
 
 
-//time_t CheckIfAlreadySeen(const char *Facility,
-                         //StrBuf *guid,
-                         //time_t now,
-                         //time_t antiexpire,
-                         //eCheckType cType,
-                         //long ccid,
-                         //long ioid
-//) {
-
-
 time_t CheckIfAlreadySeen(StrBuf *guid, time_t now, time_t antiexpire, eCheckType cType)
 {
        time_t InDBTimeStamp = 0;