summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/harfbuzz-ng/src/hb-common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/harfbuzz-ng/src/hb-common.cc')
-rw-r--r--chromium/third_party/harfbuzz-ng/src/hb-common.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/harfbuzz-ng/src/hb-common.cc b/chromium/third_party/harfbuzz-ng/src/hb-common.cc
index cf24660f798..96725c4e137 100644
--- a/chromium/third_party/harfbuzz-ng/src/hb-common.cc
+++ b/chromium/third_party/harfbuzz-ng/src/hb-common.cc
@@ -28,8 +28,6 @@
#include "hb-private.hh"
-#include "hb-version.h"
-
#include "hb-mutex-private.hh"
#include "hb-object-private.hh"
@@ -236,6 +234,7 @@ struct hb_language_item_t {
static hb_language_item_t *langs;
+#ifdef HAVE_ATEXIT
static inline
void free_langs (void)
{
@@ -246,6 +245,7 @@ void free_langs (void)
langs = next;
}
}
+#endif
static hb_language_item_t *
lang_find_or_insert (const char *key)