Removed unneeded POINTER_WIDTH macro from b3
Created attachment 401381 [details] Patch
Comment on attachment 401381 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=401381&action=review > Source/JavaScriptCore/b3/B3Width.h:46 > +constexpr inline Width pointerWidth() constexpr implies inline, so we never have to say both https://en.cppreference.com/w/cpp/language/constexpr
Comment on attachment 401381 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=401381&action=review >> Source/JavaScriptCore/b3/B3Width.h:46 >> +constexpr inline Width pointerWidth() > > constexpr implies inline, so we never have to say both > > https://en.cppreference.com/w/cpp/language/constexpr I was wondering if I needed both... I'll remove the inline.
Committed r262746: <https://trac.webkit.org/changeset/262746>
<rdar://problem/64138322>