jorton 2004/06/22 13:08:03
Modified: include apr_buckets.h
Log:
* include/apr_buckets.h: Remove some vapourware.
Revision Changes Path
1.157 +0 -11 apr-util/include/apr_buckets.h
Index: apr_buckets.h
===================================================================
RCS file: /home/cvs/apr-util/include/apr_buckets.h,v
retrieving revision 1.156
retrieving revision 1.157
diff -d -w -u -r1.156 -r1.157
--- apr_buckets.h 13 Feb 2004 09:55:26 -0000 1.156
+++ apr_buckets.h 22 Jun 2004 20:08:03 -0000 1.157
@@ -701,17 +701,6 @@
apr_off_t point,
apr_bucket **after_point);
-#if APR_NOT_DONE_YET
-/**
- * consume nbytes from beginning of b -- call apr_bucket_destroy as
- * appropriate, and/or modify start on last element
- * @param b The brigade to consume data from
- * @param nbytes The number of bytes to consume
- */
-APU_DECLARE(void) apr_brigade_consume(apr_bucket_brigade *b,
- apr_off_t nbytes);
-#endif
-
/**
* Return the total length of the brigade.
* @param bb The brigade to compute the length of