aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/preprocess.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocess.c')
-rw-r--r--src/preprocess.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/preprocess.c b/src/preprocess.c
index fdc64d9..5c8d888 100644
--- a/src/preprocess.c
+++ b/src/preprocess.c
@@ -166,8 +166,6 @@ static void pplexer_tokenize_pp_directive(PpLexer* ppl, Token* tok) {
return;
}
- SourceLocation pp_directive_name_start_loc = ppl->src->loc;
-
StrBuilder builder;
strbuilder_init(&builder);
while (isalnum(infile_peek_char(ppl->src))) {