From c64ec43eef8ec5a8b8a8f4c4c3216043aea8e08a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 14 Jul 2013 13:31:24 +0200 Subject: src: Remove enter_function() and leave_function(). --- include/libssh/priv.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/libssh/priv.h') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 15855ff8..64a07451 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -138,9 +138,6 @@ int gettimeofday(struct timeval *__p, void *__t); # define LIBSSH_THREAD #endif -#define enter_function() (void)session -#define leave_function() (void)session - #ifdef HAVE_SYS_TIME_H #include #endif -- cgit