--------------------- PatchSet 10406 Date: 2008/01/14 15:08:36 Author: adri Branch: s27_adri Tag: (none) Log: Get rid of the buf_consume() prototype, I don't really like it atm. Members: libbuf/buf.c:1.1.2.12->1.1.2.13 Index: squid/libbuf/buf.c =================================================================== RCS file: /cvsroot/squid-sf//squid/libbuf/Attic/buf.c,v retrieving revision 1.1.2.12 retrieving revision 1.1.2.13 diff -u -r1.1.2.12 -r1.1.2.13 --- squid/libbuf/buf.c 14 Jan 2008 15:02:50 -0000 1.1.2.12 +++ squid/libbuf/buf.c 14 Jan 2008 15:08:36 -0000 1.1.2.13 @@ -229,8 +229,3 @@ return 1; } -void -buf_consume(buf_t *buf, int numbytes) -{ - -}