mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
Remove duplicate 'static' keyword.
Reported by İsmail Dönmez.
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
* @return output
|
* @return output
|
||||||
*/
|
*/
|
||||||
JEMALLOC_ALWAYS_INLINE
|
JEMALLOC_ALWAYS_INLINE
|
||||||
static vector unsigned int vec_recursion(vector unsigned int a,
|
vector unsigned int vec_recursion(vector unsigned int a,
|
||||||
vector unsigned int b,
|
vector unsigned int b,
|
||||||
vector unsigned int c,
|
vector unsigned int c,
|
||||||
vector unsigned int d) {
|
vector unsigned int d) {
|
||||||
|
|||||||
Reference in New Issue
Block a user