Skip to content

Commit dbb310e

Browse files
committed
refactor: remove unused time.h include from example
1 parent 6e8e986 commit dbb310e

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/normal/logcdf/examples/c

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/normal/logcdf/examples/c/example.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "stdlib/stats/base/dists/normal/logcdf.h"
2020
#include <stdlib.h>
2121
#include <stdio.h>
22-
#include <time.h>
2322

2423
static double random_uniform( const double min, const double max ) {
2524
double v = (double)rand() / ( (double)RAND_MAX + 1.0 );

0 commit comments

Comments
 (0)