dougm 01/11/06 09:38:15
Modified: xs/Apache/RequestIO Apache__RequestIO.h
Log:
remove dead mpxs_rwrite_loop macro
Revision Changes Path
1.15 +0 -9 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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Apache__RequestIO.h 2001/11/06 17:32:53 1.14
+++ Apache__RequestIO.h 2001/11/06 17:38:15 1.15
@@ -3,15 +3,6 @@
#define mpxs_Apache__RequestRec_PRINT mpxs_Apache__RequestRec_print
-#define mpxs_rwrite_loop(func,obj) \
- while (MARK <= SP) { \
- STRLEN len; \
- char *buf = SvPV(*MARK, len); \
- int wlen = func(obj, buf, len); \
- bytes += wlen; \
- MARK++; \
- }
-
#define mpxs_output_flush(r, rcfg) \
/* if ($|) */ \
if (IoFLUSH(PL_defoutgv)) { \