Show
Ignore:
Timestamp:
03/19/09 11:01:00 (17 months ago)
Author:
phk
Message:

Remove now unused crc32 implementation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/include/libvarnish.h

    r3477 r3956  
    4545#define ARGV_COMMENT    (1 << 0) 
    4646#define ARGV_COMMA      (1 << 1) 
    47  
    48 /* from libvarnish/crc32.c */ 
    49 uint32_t crc32(uint32_t crc, const void *p1, unsigned l); 
    50 uint32_t crc32_l(const void *p1, unsigned l); 
    5147 
    5248/* from libvarnish/num.c */