]> git.sesse.net Git - plocate/commitdiff
Fix a warning.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Tue, 6 Oct 2020 20:20:14 +0000 (22:20 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 7 Oct 2020 22:44:35 +0000 (00:44 +0200)
turbopfor.h

index 84e354dd257d921db4cfead2a205a2cb449ab412..24226523a6ef2ccc61a5abcb3ea567ae32a62438 100644 (file)
@@ -505,7 +505,6 @@ __attribute__((target("sse2")))
 const unsigned char *decode_pfor_bitmap_interleaved_128_32(const unsigned char *in, uint32_t *out)
 {
        constexpr unsigned BlockSize = 128;
-       using Docid = uint32_t;
 
        // Set all output values to zero, before the exceptions are filled in.
        #pragma GCC unroll 4