aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libssh/misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libssh/misc.c b/libssh/misc.c
index 676ed76..42900bd 100644
--- a/libssh/misc.c
+++ b/libssh/misc.c
@@ -527,8 +527,6 @@ int ssh_mkdir(const char *pathname, mode_t mode) {
/**
* @brief Expand a directory starting with a tilde '~'
*
- * @param[in] session The ssh session to use.
- *
* @param[in] d The directory to expand.
*
* @return The expanded directory, NULL on error.