Remove comment

This commit is contained in:
David Peter 2022-02-22 09:15:40 +01:00
parent 62e82a9b4b
commit cb6f2f7c4e

View File

@ -32,7 +32,6 @@ pub struct ShellExecutor<'a> {
}
impl<'a> ShellExecutor<'a> {
/// Correct for shell spawning time
fn subtract_shell_spawning_time(&self, time: Second, shell_spawning_time: Second) -> Second {
if time < shell_spawning_time {
0.0