Skip to content

Commit 1e98eac

Browse files
committed
Remove undefined and unused function declarations
1 parent ad2a0db commit 1e98eac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/prelexer.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,9 @@ namespace Sass {
164164

165165
// Match a line comment.
166166
const char* line_comment(const char* src);
167-
const char* line_comment_prefix(const char* src);
168167

169168
// Match a block comment.
170169
const char* block_comment(const char* src);
171-
const char* block_comment_prefix(const char* src);
172170
// Match either.
173171
const char* comment(const char* src);
174172
// Match double- and single-quoted strings.

0 commit comments

Comments
 (0)