Skip to content

Commit

Permalink
kyua: cleanup code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ihoro committed Jan 15, 2024
1 parent 1d05422 commit 6159435
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contrib/kyua/utils/process/jail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6159435

Please sign in to comment.