diff --git a/src/hb-machinery.hh b/src/hb-machinery.hh index 9bd583a3b..868154acb 100644 --- a/src/hb-machinery.hh +++ b/src/hb-machinery.hh @@ -742,7 +742,6 @@ template struct BEInt { public: - typedef Type type; BEInt& operator = (Type V) { v[0] = (V >> 24) & 0xFF;