Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nozwock committed Apr 9, 2023
1 parent 0a5adc3 commit 3715fec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libyanu-common/src/hac/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ pub struct Backend {
path: PathBuf,
}

// TODO: maybe a method to get a Command instance?

impl Backend {
pub fn new(kind: BackendKind) -> Result<Self> {
let filename = kind.to_filename();
Expand Down

0 comments on commit 3715fec

Please sign in to comment.