Skip to content

Commit 1addb52

Browse files
committed
precomputing the value
1 parent e41c832 commit 1addb52

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

quaddtype/numpy_quaddtype/src/quaddtype_main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
#include "quad_common.h"
1919
#include "quadblas_interface.h"
2020
#include "float.h"
21-
#include <pthread.h>
22-
23-
static pthread_mutex_t constant_mutex = PTHREAD_MUTEX_INITIALIZER;
2421

2522
static PyObject *
2623
py_is_longdouble_128(PyObject *self, PyObject *args)

0 commit comments

Comments
 (0)