mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-09 06:23:14 +00:00
Remove unused code
This commit is contained in:
@@ -107,7 +107,6 @@ bool print_doc_comment_group_string(i32 indent, CommentGroup *g) {
|
||||
String original_comment = comment;
|
||||
|
||||
bool slash_slash = comment[1] == '/';
|
||||
bool slash_star = comment[1] == '*';
|
||||
if (comment[1] == '/') {
|
||||
comment.text += 2;
|
||||
comment.len -= 2;
|
||||
|
||||
Reference in New Issue
Block a user