Skip to content

Commit ab306d6

Browse files
committed
chore: rm unnecessary method
1 parent cf98ace commit ab306d6

File tree

1 file changed

+0
-5
lines changed
  • crates/compilers/src/resolver

1 file changed

+0
-5
lines changed

crates/compilers/src/resolver/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,6 @@ impl<P: SourceParser> GraphEdges<P> {
246246
{
247247
self.indices.get(file).and_then(|idx| self.data.get(*idx))
248248
}
249-
250-
/// Returns the parser used to parse the sources
251-
pub fn get_sources(&self) -> &P {
252-
&self.parser
253-
}
254249
}
255250

256251
/// Represents a fully-resolved solidity dependency graph.

0 commit comments

Comments
 (0)