Skip to content

Commit c601007

Browse files
committed
chore: remove commented code
1 parent 9287eb6 commit c601007

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

src/services/mod.rs

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,4 @@ pub mod identifiers;
22
pub mod interest;
33
pub mod regex_cache;
44
pub mod terminal;
5-
pub mod windows;
6-
7-
// pub struct ConfigurationManager {
8-
// gh_url: String,
9-
// gh_ref: String,
10-
// }
11-
12-
// impl ConfigurationManager {
13-
// pub fn get_config<T>(&self, string: &str) -> Result<T, String> {
14-
// unimplemented!()
15-
// }
16-
// }
5+
pub mod windows;

0 commit comments

Comments
 (0)