Skip to content

Commit 218015a

Browse files
committed
remove un-necessary guards
1 parent 0b18234 commit 218015a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Modules/_hacl/python_hacl_namespaces.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,4 @@
236236
#define Hacl_HMAC_compute_blake2s_32 python_hashlib_Hacl_HMAC_compute_blake2s_32
237237
#define Hacl_HMAC_compute_blake2b_32 python_hashlib_Hacl_HMAC_compute_blake2b_32
238238

239-
// Small mismatch between the variable names Python defines as part of configure
240-
// at the ones HACL* expects to be set in order to enable those headers.
241-
#ifndef HACL_CAN_COMPILE_VEC128
242-
#define HACL_CAN_COMPILE_VEC128 HACL_CAN_COMPILE_SIMD128
243-
#endif
244-
#ifndef HACL_CAN_COMPILE_VEC256
245-
#define HACL_CAN_COMPILE_VEC256 HACL_CAN_COMPILE_SIMD256
246-
#endif
247-
248239
#endif // _PYTHON_HACL_NAMESPACES_H

0 commit comments

Comments
 (0)