aboutsummaryrefslogtreecommitdiff
path: root/src/docs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs.cpp')
-rw-r--r--src/docs.cpp1
1 files changed, 0 insertions, 1 deletions
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;