summaryrefslogtreecommitdiffstats
path: root/user.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'user.hpp')
-rw-r--r--user.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/user.hpp b/user.hpp
index c05cacc..ca8673f 100644
--- a/user.hpp
+++ b/user.hpp
@@ -113,12 +113,10 @@ class User : public Interface
* Writes shadow entries into a temp file
*
* @param[in] shadowFile - shadow password file
- * @param[in] tempFile - Temporary file
* @param[in] password - clear text password
* @param[in] salt - salt
*/
void applyPassword(const std::string& shadowFile,
- const std::string& tempFile,
const std::string& password,
const std::string& salt);
OpenPOWER on IntegriCloud