diff options
| author | gingerBill <bill@gingerbill.org> | 2021-08-19 15:03:10 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-08-19 15:03:10 +0100 |
| commit | 7845769d4b417fdd321740c5404016dbc3119d43 (patch) | |
| tree | 1ae0d5fb26452ac044101a161d202f7b0135f6f2 /src/docs.cpp | |
| parent | 33239324b83c7a32471fe147c1539fb86ca48404 (diff) | |
Remove unused code
Diffstat (limited to 'src/docs.cpp')
| -rw-r--r-- | src/docs.cpp | 1 |
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; |