Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit ab72ede

Browse files
prigoyalftynse
authored andcommitted
sema createString cleanup
dead function and not used anywhere so cleaning it up
1 parent a521a7a commit ab72ede

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tc/lang/sema.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -682,10 +682,6 @@ struct Sema {
682682
return Compound::create(kind, range, std::move(trees));
683683
}
684684

685-
TreeRef createString(const std::string& s) {
686-
return String::create(s);
687-
}
688-
689685
std::vector<TreeRef> reduction_variables; // per-statement
690686
Env index_env; // per-statement
691687
Env let_env; // per-statement, used for where i = <exp>

0 commit comments

Comments
 (0)