summaryrefslogtreecommitdiffstats
path: root/memstomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'memstomp.c')
-rw-r--r--memstomp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/memstomp.c b/memstomp.c
index 72817d8..69faeaa 100644
--- a/memstomp.c
+++ b/memstomp.c
@@ -77,10 +77,6 @@ static volatile bool initialized = false;
static void setup(void) __attribute ((constructor));
static void shutdown(void) __attribute ((destructor));
-static pid_t _gettid(void) {
- return (pid_t) syscall(SYS_gettid);
-}
-
static const char *get_prname(char prname[17]) {
int const r = prctl(PR_GET_NAME, prname);
assert(r == 0);