diff --git a/Documentation/TODO b/Documentation/TODO index 4cec5207f..ffb954170 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -15,25 +15,6 @@ cal - support another --reforms, see for example freebsd version https://github.com/freebsd/freebsd/blob/master/usr.bin/ncal/ncal.c#L72 -script ------- - - introduce a new timing file format to record information about multiple - streams (stdout, stdin) and events (signals) - - - add support for stdin loggin -- separated log file with raw input and timing - records in the timing file - - - for example timing file format: - - [ | ...] - - O 0.001296 256 - S 0.001297 SIGWINCH: columns=50, lines=20 - I 0.000010 10 - - O - output, S - signal, I - input - - lscpu ----- - read cpuid and uname information from file if --sysroot is specified, then diff --git a/sys-utils/mount.c b/sys-utils/mount.c index 825434fa7..229268831 100644 --- a/sys-utils/mount.c +++ b/sys-utils/mount.c @@ -45,13 +45,6 @@ #define OPTUTILS_EXIT_CODE MNT_EX_USAGE #include "optutils.h" -/*** TODO: DOCS: - * - * --options-mode={ignore,append,prepend,replace} MNT_OMODE_{IGNORE, ...} - * --options-source={fstab,mtab,disable} MNT_OMODE_{FSTAB,MTAB,NOTAB} - * --options-source-force MNT_OMODE_FORCE - */ - static int mk_exit_code(struct libmnt_context *cxt, int rc); static void __attribute__((__noreturn__)) exit_non_root(const char *option)