Clean up comments in runtimes (#13870)
This commit is contained in:
parent
a53b3b6b10
commit
750df6c93d
3 changed files with 3 additions and 5 deletions
|
@ -305,7 +305,6 @@ impl Session {
|
|||
|
||||
fn shutdown(&mut self, cx: &mut ViewContext<Self>) {
|
||||
let kernel = std::mem::replace(&mut self.kernel, Kernel::ShuttingDown);
|
||||
// todo!(): emit event for the runtime panel to remove this session once in shutdown state
|
||||
|
||||
match kernel {
|
||||
Kernel::RunningKernel(mut kernel) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue