Removed Linux specific code from Windows only ASM file.

This commit is contained in:
XMRig 2019-08-30 13:49:58 +07:00
parent f3c9b0e888
commit 9cfbce5e09

View file

@ -43,7 +43,3 @@ cnv2_rwz_double_mainloop_asm:
#include "cn2/cnv2_rwz_double_main_loop.inc"
ret 0
mov eax, 3735929054
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif