Remove the file session.rs in crate/zed which is no longer used (#15394)

There was an empty file *session.rs* in the crate zed which was empty so
I am going ahead and removing it...

Release Notes:

- N/A
This commit is contained in:
Michael Angerman 2024-07-28 18:32:03 -07:00 committed by GitHub
parent a875dd153d
commit b87028956f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@ pub(crate) mod linux_prompts;
#[cfg(not(target_os = "linux"))]
pub(crate) mod only_instance;
mod open_listener;
pub(crate) mod session;
pub use app_menus::*;
use breadcrumbs::Breadcrumbs;

View file

@ -1 +0,0 @@