diff options
Diffstat (limited to 'src/thread.h')
-rw-r--r-- | src/thread.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/thread.h b/src/thread.h index f064cce..c650a99 100644 --- a/src/thread.h +++ b/src/thread.h @@ -20,7 +20,5 @@ #ifndef THREAD_H #define THREAD_H -void _gpgrt_thread_set_syscall_clamp (void (*pre)(void), void (*post)(void)); - #endif /*THREAD_H*/ |