Fix lots of warnings all over the place, make inbound buffers of FMOUT const.
[citadel.git] / webcit / webcit.c
index 6d9373edb6708071982e4536792b5757bdbf4838..e61243e6a00502aa0d78a21e7396d2cc6afd37d6 100644 (file)
@@ -669,7 +669,6 @@ int Conditional_REST_DEPTH(StrBuf *Target, WCTemplputParams *TP)
  */
 void session_loop(void)
 {
-       int Flags = 0;
        int xhttp;
        StrBuf *Buf;
        
@@ -683,8 +682,6 @@ void session_loop(void)
        WCC->upload_length = 0;
        WCC->upload = NULL;
        WCC->Hdr->nWildfireHeaders = 0;
-       if (WCC->Hdr->HR.Handler != NULL)
-               Flags = WCC->Hdr->HR.Handler->Flags; /* so we can temporarily add our own... */
 
        if (WCC->Hdr->HR.ContentLength > 0) {
                if (ReadPostData() < 0) {