From 7845769d4b417fdd321740c5404016dbc3119d43 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 19 Aug 2021 15:03:10 +0100 Subject: Remove unused code --- src/docs.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/docs.cpp') diff --git a/src/docs.cpp b/src/docs.cpp index 65166faa4..8d65cb83a 100644 --- a/src/docs.cpp +++ b/src/docs.cpp @@ -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; -- cgit v1.2.3