[HarfBuzz] harfbuzz: Branch 'master' - 2 commits

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed May 30 00:59:06 UTC 2018


 src/hb-map-private.hh |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 6baebc5d559e15c7903a81f21be08b45537e7903
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue May 29 17:58:46 2018 -0700

    [map] Fix copyright year

diff --git a/src/hb-map-private.hh b/src/hb-map-private.hh
index fabe391b..a340a1a9 100644
--- a/src/hb-map-private.hh
+++ b/src/hb-map-private.hh
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2012,2017  Google, Inc.
+ * Copyright © 2018  Google, Inc.
  *
  *  This is part of HarfBuzz, a text shaping library.
  *
commit b0158129d2b161665f8872deeb540ac73349c2de
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue May 29 17:52:37 2018 -0700

    [map] Minor

diff --git a/src/hb-map-private.hh b/src/hb-map-private.hh
index a9c8379e..fabe391b 100644
--- a/src/hb-map-private.hh
+++ b/src/hb-map-private.hh
@@ -129,7 +129,6 @@ struct hb_map_t
     if (value == INVALID && items[i].key != key)
       return; /* Trying to delete non-existent key. */
 
-    /* Accounting. */
     if (!items[i].is_unused ())
     {
       occupancy--;


More information about the HarfBuzz mailing list