rbb         00/10/10 15:12:21

  Modified:    src/include ap_buckets.h
  Log:
  Remove the BRIGADE_UNSPLICE macro.  This macro is unweildy, and the task
  is solved better with the ap_brigade_split function
  
  Revision  Changes    Path
  1.33      +0 -2      apache-2.0/src/include/ap_buckets.h
  
  Index: ap_buckets.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/ap_buckets.h,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- ap_buckets.h      2000/10/10 22:09:23     1.32
  +++ ap_buckets.h      2000/10/10 22:12:20     1.33
  @@ -252,8 +252,6 @@
   #define AP_BRIGADE_CONCAT(a, b)                                              
\
        AP_RING_CONCAT(&(a)->list, &(b)->list, ap_bucket, link)
   
  -#define AP_BRIGADE_UNSPLICE(a, b) AP_RING_UNSPLICE((a), (b), link)
  -
   #define AP_BUCKET_INSERT_BEFORE(a, b)                                        
\
        AP_RING_INSERT_BEFORE((a), (b), link)
   #define AP_BUCKET_INSERT_AFTER(a, b)                                 \
  
  
  

Reply via email to