summaryrefslogtreecommitdiff
path: root/arch/x86_64/pthread_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/pthread_arch.h')
-rw-r--r--arch/x86_64/pthread_arch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/pthread_arch.h b/arch/x86_64/pthread_arch.h
index 65e880c6..1c64a840 100644
--- a/arch/x86_64/pthread_arch.h
+++ b/arch/x86_64/pthread_arch.h
@@ -5,6 +5,4 @@ static inline struct pthread *__pthread_self()
return self;
}
-#define TP_ADJ(p) (p)
-
#define MC_PC gregs[REG_RIP]