Skip to content

Commit

Permalink
[cleanup] Remove stale TODOs
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
  • Loading branch information
SamChou19815 committed Jan 19, 2025
1 parent ca9c82f commit b5757a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/samlang-compiler/src/hir_string_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use samlang_ast::hir::GlobalString;
use samlang_heap::PStr;
use std::collections::BTreeSet;

// TODO: move this to global variable since heap allows us to provide a better API
pub(super) struct StringManager {
global_variable_reference_map: BTreeSet<PStr>,
}
Expand Down
1 change: 0 additions & 1 deletion crates/samlang-compiler/src/libsam.wat
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,6 @@
)
(local.set $num (i32.const 0))
(local.set $i (local.get $neg))
;; TODO
(block $B1
(loop $L2
(br_if $B1 (i32.ge_s (local.get $i) (local.get $len)))
Expand Down

0 comments on commit b5757a7

Please sign in to comment.