]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/dev.h
Remove vestiges of crc32_bad -- fixes Solaris build
[bacula/bacula] / bacula / src / stored / dev.h
index 5ead2a508c10ccd0a6ca38f4f2c3e480c058c936..918d88023eb4aff977928d426a99d13038f30717 100644 (file)
@@ -732,7 +732,6 @@ public:
    int Copy;                          /* identical copy number */
    int Stripe;                        /* RAIT stripe */
    VOLUME_CAT_INFO VolCatInfo;        /* Catalog info for desired volume */
-   uint32_t crc32(unsigned char *buf, int len, uint32_t expected_crc);
 
    /* Methods */
    void set_no_mount_request() { no_mount_request = true; }; /* Just fail in case of mount request */