From 14b353c1852be64db244f84bf5e95b4b7f3e65b6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 29 Oct 2018 15:29:13 -0700 Subject: [PATCH] One more iteration --- src/hb.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb.hh b/src/hb.hh index 8198d396..d29baabf 100644 --- a/src/hb.hh +++ b/src/hb.hh @@ -346,7 +346,6 @@ static_assert ((sizeof (hb_var_int_t) == 4), ""); TypeName(const TypeName&); \ void operator=(const TypeName&) #define HB_DISALLOW_COPY_AND_ASSIGN_TEMPLATE2(TypeName, T1, T2) \ - inline TypeName() {} \ TypeName(const TypeName&); \ void operator=(const TypeName&); -- GitLab