From bfa3efc4c57da45c207261a3935382d71f29eddd Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Thu, 20 Jun 2019 14:15:30 -0700 Subject: [PATCH] [LibOS] Remove unused SHIM_TLS_CANARY for assembly --- LibOS/shim/include/shim_tls.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/LibOS/shim/include/shim_tls.h b/LibOS/shim/include/shim_tls.h index b1dfae1b..1dfbcac6 100644 --- a/LibOS/shim/include/shim_tls.h +++ b/LibOS/shim/include/shim_tls.h @@ -1,11 +1,7 @@ #ifndef _SHIM_TLS_H_ #define _SHIM_TLS_H_ -#ifdef __ASSEMBLER__ - -#define SHIM_TLS_CANARY $xdeadbeef - -#else /* !__ASSEMBLER__ */ +#ifndef __ASSEMBLER__ #define SHIM_TLS_CANARY 0xdeadbeef