diff options
| author | Qi Wang <interwq@gwu.edu> | 2017-05-25 13:33:34 -0700 |
|---|---|---|
| committer | Qi Wang <interwq@gmail.com> | 2017-05-25 16:52:10 -0700 |
| commit | 927239b910310f95aebb1f0ffc6fda53f93c8b7e (patch) | |
| tree | 6096c6fa981de07b30b56d39bfea3a19a3da53db /test | |
| parent | 1df18d7c83bdb1995c088c85818733f164ed0595 (diff) | |
| download | platform_external_jemalloc_new-927239b910310f95aebb1f0ffc6fda53f93c8b7e.tar.gz platform_external_jemalloc_new-927239b910310f95aebb1f0ffc6fda53f93c8b7e.tar.bz2 platform_external_jemalloc_new-927239b910310f95aebb1f0ffc6fda53f93c8b7e.zip | |
Cleanup smoothstep.sh / .h.
h_step_sum was used to compute moving sum. Not in use anymore.
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit/smoothstep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/smoothstep.c b/test/unit/smoothstep.c index 549aed12..7c5dbb7e 100644 --- a/test/unit/smoothstep.c +++ b/test/unit/smoothstep.c @@ -1,7 +1,7 @@ #include "test/jemalloc_test.h" static const uint64_t smoothstep_tab[] = { -#define STEP(step, h, x, y, h_sum) \ +#define STEP(step, h, x, y) \ h, SMOOTHSTEP #undef STEP |
