diff options
| author | J08nY | 2020-11-29 14:08:30 +0100 |
|---|---|---|
| committer | J08nY | 2020-11-29 14:08:30 +0100 |
| commit | e8578cfea272cfd0df7da6cd23646d859695552d (patch) | |
| tree | 1cf8a21c59299ebe8a73e38225f9abee1b425ab4 /src/invalid | |
| parent | 2b643998d6602855b91e21ac3dee47ed80f29db9 (diff) | |
| download | ecgen-e8578cfea272cfd0df7da6cd23646d859695552d.tar.gz ecgen-e8578cfea272cfd0df7da6cd23646d859695552d.tar.zst ecgen-e8578cfea272cfd0df7da6cd23646d859695552d.zip | |
Fix builds with makefile.
Diffstat (limited to 'src/invalid')
| -rw-r--r-- | src/invalid/invalid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/invalid/invalid.c b/src/invalid/invalid.c index 560b6e7..da2a0b3 100644 --- a/src/invalid/invalid.c +++ b/src/invalid/invalid.c @@ -239,7 +239,6 @@ static size_t invalid_curves_threaded(const curve_t *curve, pari_ulong *primes, pthread_t pthreads[cfg->threads]; thread_t threads[cfg->threads]; struct pari_thread pari_threads[cfg->threads]; - pari_thread_sync(); size_t *generated = try_calloc(sizeof(size_t)); state_e *states = try_calloc(sizeof(state_e) * nprimes); |
