Skip to content

Commit 1f04cf2

Browse files
authored
bench: fix declarations
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 1f924b3 commit 1f04cf2

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

lib/node_modules/@stdlib/stats/strided/distances/dminkowski/benchmark/c/benchmark.length.c

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,6 @@ static double benchmark2( int iterations, int len, double p ) {
173173
* Main execution sequence.
174174
*/
175175
int main( void ) {
176-
double elapsed;
177-
int count;
178-
int iter;
179-
int len;
180-
int i;
181-
int j;
182-
int p;
183176
const double powers[ 4 ] = { 1.0, 2.0, 10.0, INFINITY };
184177
double elapsed;
185178
int count;
@@ -188,27 +181,6 @@ int main( void ) {
188181
int i;
189182
int j;
190183
int p;
191-
double elapsed;
192-
int count;
193-
int iter;
194-
int len;
195-
int i;
196-
int j;
197-
int p;
198-
double elapsed;
199-
int count;
200-
int iter;
201-
int len;
202-
int i;
203-
int j;
204-
int p;
205-
double elapsed;
206-
int count;
207-
int iter;
208-
int len;
209-
int i;
210-
int j;
211-
int p;
212184

213185
// Use the current time to seed the random number generator:
214186
srand( time( NULL ) );

0 commit comments

Comments
 (0)