Skip to content

Commit

Permalink
Fix unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Laupetin committed Dec 23, 2023
1 parent 3ad2414 commit 381aacc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Parser/Parsing/Impl/DefinesStreamProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "Parsing/Simple/SimpleExpressionInterpreter.h"
#include "Utils/ClassUtils.h"

#include <iostream>
#include <regex>
#include <sstream>
#include <utility>
Expand Down Expand Up @@ -716,7 +715,6 @@ void DefinesStreamProxy::ExpandDefines(ParserLine& line)
auto pos = 0u;
auto defineStart = 0u;
auto lastDefineEnd = 0u;
const Define* define;
std::ostringstream str;

while (FindNextDefine(line.m_line, pos, defineStart, m_current_macro))
Expand Down

0 comments on commit 381aacc

Please sign in to comment.