From 0fcc83d00eb9d0699167bf105d522e7d23a44d32 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 12 Mar 2021 08:48:35 +0100 Subject: Remove the sys package --- arch/x64/linux/concurrency/thread.S | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 arch/x64/linux/concurrency/thread.S (limited to 'arch/x64/linux/concurrency/thread.S') diff --git a/arch/x64/linux/concurrency/thread.S b/arch/x64/linux/concurrency/thread.S deleted file mode 100644 index c211d76..0000000 --- a/arch/x64/linux/concurrency/thread.S +++ /dev/null @@ -1,8 +0,0 @@ - .text - - .globl thrd_current - .type thrd_current, @function - -thrd_current: - mov %fs:0, %rax - ret -- cgit v1.2.3