From 7546150d3127ecf76d3ee5fa407a0b6fab512941 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 30 Nov 2017 09:14:08 +1300 Subject: [PATCH] Remove "[Glass and newer variant]" comment notes The older variants were removed when chert was. --- xapian-core/common/pack.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xapian-core/common/pack.h b/xapian-core/common/pack.h index e413b46ce..1f911f5db 100644 --- a/xapian-core/common/pack.h +++ b/xapian-core/common/pack.h @@ -140,8 +140,6 @@ inline int do_clz(unsigned long long value) { return __builtin_clzll(value); } /** Append an encoded unsigned integer to a string, preserving the sort order. * - * [Glass and newer variant] - * * The appended string data will sort in the same order as the unsigned * integer being encoded. * @@ -192,8 +190,6 @@ pack_uint_preserving_sort(std::string & s, U value) /** Decode an "sort preserved" unsigned integer from a string. * - * [Glass and newer variant] - * * The unsigned integer must have been encoded with * pack_uint_preserving_sort(). * -- 2.11.4.GIT