Skip to content

Commit

Permalink
chore: remove VirtualPath
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 15, 2023
1 parent b4ae7a7 commit 9530849
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/fm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ use std::{

pub const FILE_EXTENSION: &str = "nr";

#[derive(Clone, Debug, PartialEq, Eq, Hash)]
struct VirtualPath(PathBuf);

pub struct FileManager {
root: PathBuf,
file_map: file_map::FileMap,
Expand Down

0 comments on commit 9530849

Please sign in to comment.