diff options
author | Jason Evans <je@fb.com> | 2014-02-26 18:19:18 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2014-02-26 18:19:18 (GMT) |
commit | 9e20df163c0c608026498b8fb5beab35e8a049c6 (patch) | |
tree | 20112c9e95454b7075c1f70a9d7862d7cf465c09 | |
parent | 7709a64c59daf0b1f938be49472fcc499e1bd136 (diff) | |
download | jemalloc-9e20df163c0c608026498b8fb5beab35e8a049c6.zip jemalloc-9e20df163c0c608026498b8fb5beab35e8a049c6.tar.gz jemalloc-9e20df163c0c608026498b8fb5beab35e8a049c6.tar.bz2 |
Remove duplicate 'static' keyword.
Reported by İsmail Dönmez.
-rw-r--r-- | test/include/test/SFMT-alti.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/include/test/SFMT-alti.h b/test/include/test/SFMT-alti.h index 2f86f67..0005df6 100644 --- a/test/include/test/SFMT-alti.h +++ b/test/include/test/SFMT-alti.h @@ -61,7 +61,7 @@ * @return output */ 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 c, vector unsigned int d) { |