summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/priv.h3
-rw-r--r--include/libssh/session.h1
2 files changed, 0 insertions, 4 deletions
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 <sys/time.h>
#endif
diff --git a/include/libssh/session.h b/include/libssh/session.h
index dd1091bf..f0d580dc 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -84,7 +84,6 @@ struct ssh_common_struct {
struct error_struct error;
ssh_callbacks callbacks; /* Callbacks to user functions */
int log_verbosity; /* verbosity of the log functions */
- int log_indent; /* indentation level in enter_function logs */
};
struct ssh_session_struct {