include/vcl/checksum.hxx       |    3 ---
 vcl/source/bitmap/checksum.cxx |    8 --------
 2 files changed, 11 deletions(-)

New commits:
commit 4a30ea52e5e98d2c455e69194fa401a8275bd111
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Fri Oct 27 11:08:20 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Fri Oct 27 15:21:39 2023 +0200

    remove unused vcl_get_crc64_table
    
    Change-Id: I8ebc2473884ad991a704c7e0955f262bccbf6dec
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158528
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/include/vcl/checksum.hxx b/include/vcl/checksum.hxx
index 34d8ed77ad0f..351820e1aefe 100644
--- a/include/vcl/checksum.hxx
+++ b/include/vcl/checksum.hxx
@@ -64,9 +64,6 @@ VCL_DLLPUBLIC sal_uInt64 vcl_crc64 (
     const void *Data, sal_uInt32 DatLen
 )   SAL_THROW_EXTERN_C();
 
-
-const sal_uInt64* vcl_get_crc64_table();
-
 }
 
 inline BitmapChecksum vcl_get_checksum (
diff --git a/vcl/source/bitmap/checksum.cxx b/vcl/source/bitmap/checksum.cxx
index a5c92c5559d4..cac81a88822e 100644
--- a/vcl/source/bitmap/checksum.cxx
+++ b/vcl/source/bitmap/checksum.cxx
@@ -143,12 +143,4 @@ sal_uInt64 vcl_crc64 (
     return Crc;
 }
 
-/*
- * vcl_get_crc64_table.
- */
-const sal_uInt64* vcl_get_crc64_table()
-{
-    return vcl_crc64Table;
-}
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to