dougm       01/11/06 09:50:56

  Modified:    xs/Apache/RequestIO Apache__RequestIO.h
  Log:
  remove unused scfg variable
  
  Revision  Changes    Path
  1.17      +0 -4      modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h
  
  Index: Apache__RequestIO.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Apache__RequestIO.h       2001/11/06 17:40:22     1.16
  +++ Apache__RequestIO.h       2001/11/06 17:50:56     1.17
  @@ -13,7 +13,6 @@
   static MP_INLINE apr_size_t mpxs_ap_rvputs(pTHX_ I32 items,
                                              SV **MARK, SV **SP)
   {
  -    modperl_config_srv_t *scfg;
       modperl_config_req_t *rcfg;
       apr_size_t bytes = 0;
       request_rec *r;
  @@ -22,7 +21,6 @@
       mpxs_usage_va_1(r, "$r->puts(...)");
   
       rcfg = modperl_config_req_get(r);
  -    scfg = modperl_config_srv_get(r->server);
   
       MP_START_TIMES();
   
  @@ -42,7 +40,6 @@
   apr_size_t mpxs_Apache__RequestRec_print(pTHX_ I32 items,
                                            SV **MARK, SV **SP)
   {
  -    modperl_config_srv_t *scfg;
       modperl_config_req_t *rcfg;
       request_rec *r;
       
  @@ -53,7 +50,6 @@
       mpxs_usage_va_1(r, "$r->print(...)");
       
       rcfg = modperl_config_req_get(r);
  -    scfg = modperl_config_srv_get(r->server);
       
       mpxs_write_loop(modperl_wbucket_write, &rcfg->wbucket);
       
  
  
  


Reply via email to