From 615943514de7df871fb762840dd3d4bffc67301a Mon Sep 17 00:00:00 2001 From: Igor Ostapenko Date: Mon, 15 Jan 2024 17:23:22 +0200 Subject: [PATCH] kyua: cleanup code comment --- contrib/kyua/utils/process/jail.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/kyua/utils/process/jail.cpp b/contrib/kyua/utils/process/jail.cpp index 5db57027a222ec..77c06f2be29bd2 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.