Skip to content

Commit 8290b60

Browse files
committed
remove unnecessary lines
1 parent a9d61c9 commit 8290b60

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pyccel/stdlib/ndarrays/ndarrays.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
# include <stdbool.h>
1111
# include <stdint.h>
1212

13-
#ifdef __cplusplus
14-
extern "C" {
15-
#endif
1613
/* mapping the function array_fill to the correct type */
1714
# define array_fill(c, arr) _Generic((c), int64_t : _array_fill_int64,\
1815
int32_t : _array_fill_int32,\
@@ -149,8 +146,4 @@ int64_t get_index(t_ndarray arr, ...);
149146
int64_t *numpy_to_ndarray_strides(int64_t *np_strides, int type_size, int nd);
150147
int64_t *numpy_to_ndarray_shape(int64_t *np_shape, int nd);
151148

152-
#ifdef __cplusplus
153-
}
154-
#endif
155-
156149
#endif

0 commit comments

Comments
 (0)