2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

Remove irrelevant comment

Support for printing early log messages was recently added, which makes this
comment is no longer relevant.

Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
This commit is contained in:
Radostin Stoyanov
2019-03-07 09:34:35 +00:00
committed by Andrei Vagin
parent a256500185
commit 051ab38a29

View File

@@ -1479,10 +1479,6 @@ struct inherit_fd {
int inh_fd_max = -1; int inh_fd_max = -1;
/*
* We can't print diagnostics messages in this function because the
* log file isn't initialized yet.
*/
int inherit_fd_parse(char *optarg) int inherit_fd_parse(char *optarg)
{ {
char *cp = NULL; char *cp = NULL;