aboutsummaryrefslogtreecommitdiff
path: root/chopstx.c
diff options
context:
space:
mode:
Diffstat (limited to 'chopstx.c')
-rw-r--r--chopstx.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/chopstx.c b/chopstx.c
index 94113ea..6dc1da5 100644
--- a/chopstx.c
+++ b/chopstx.c
@@ -1497,12 +1497,6 @@ chopstx_cleanup_pop (int execute)
}
-/*
- * We put "naked" attribute to chopstx_exit function. Since it never
- * returns, function prologue is not needed.
- */
-void chopstx_exit (void *retval) __attribute__ ((naked));
-
/**
* chopstx_exit - Terminate the execution of running thread
* @retval: Return value (to be caught by a joining thread)