Skip to content

Commit fda1fca

Browse files
committed
removing commented out code
1 parent 2f87688 commit fda1fca

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pandas/_libs/src/klib/khash_python.h

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
#include <string.h>
22
#include <Python.h>
33

4-
#include <numpy/arrayobject.h>
5-
6-
//typedef struct { double real, imag; } khcomplex128_t;
7-
//typedef struct { float real, imag; } khcomplex64_t;
8-
//typedef __pyx_t_float_complex khcomplex64_t;
9-
//typedef __pyx_t_double_complex khcomplex128_t;
10-
114

5+
// use numpy's definitions for complex
6+
#include <numpy/arrayobject.h>
127
typedef npy_complex64 khcomplex64_t;
138
typedef npy_complex128 khcomplex128_t;
149

0 commit comments

Comments
 (0)