Skip to content

Commit

Permalink
Removed stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
awelc committed Oct 27, 2024
1 parent 16096e7 commit b41ec14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion external-crates/move/crates/move-analyzer/src/symbols.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2250,7 +2250,6 @@ pub fn compute_symbols(
// if no symbols computation data was cached, it means that
// compiled program was created for the purpose of this analysis
// and we need to cache both
// need to cache symbols computation data if they are not yet cached
if let Some(deps_symbols_data) = cacheable_symbols_data_opt {
eprintln!("caching pre-compiled program and pre-computed symbols");
pkg_deps.insert(
Expand Down

0 comments on commit b41ec14

Please sign in to comment.