Remove dead code. It was probably put here to add more

information to the audit_logger.
This commit is contained in:
nekral-guest
2007-12-29 10:50:03 +00:00
parent 6ca79a36b0
commit 2d771a97b7
2 changed files with 2 additions and 14 deletions

View File

@@ -6,6 +6,8 @@
* src/chage.c: main() split in new functions: process_flags(),
check_flags(), check_perms(), open_files(), and close_files().
* src/chage.c: Avoid using a variable with the same name as a type.
* src/chage.c: Remove dead code. It was probably put here to add more
information to the audit_logger.
2007-12-28 Nicolas François <nicolas.francois@centraliens.net>