diff --git a/contrib/kyua/utils/process/jail.cpp b/contrib/kyua/utils/process/jail.cpp index 5db57027a222e..77c06f2be29bd 100644 --- a/contrib/kyua/utils/process/jail.cpp +++ b/contrib/kyua/utils/process/jail.cpp @@ -183,9 +183,6 @@ jail::create(const std::string& jail_name, const std::string& jail_params) /// Executes an external binary in a jail and replaces the current process. /// -/// This function must not use any of the logging features so that the output -/// of the subprocess is not "polluted" by our own messages. -/// /// \param jail_name Name of the jail to run within. /// \param program The test program binary absolute path. /// \param args The arguments to pass to the binary, without the program name.