mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-05-10 06:24:57 +00:00
Fix unused variables
This commit is contained in:
parent
3ad2414754
commit
381aaccdf4
@ -7,7 +7,6 @@
|
|||||||
#include "Parsing/Simple/SimpleExpressionInterpreter.h"
|
#include "Parsing/Simple/SimpleExpressionInterpreter.h"
|
||||||
#include "Utils/ClassUtils.h"
|
#include "Utils/ClassUtils.h"
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <regex>
|
#include <regex>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
@ -716,7 +715,6 @@ void DefinesStreamProxy::ExpandDefines(ParserLine& line)
|
|||||||
auto pos = 0u;
|
auto pos = 0u;
|
||||||
auto defineStart = 0u;
|
auto defineStart = 0u;
|
||||||
auto lastDefineEnd = 0u;
|
auto lastDefineEnd = 0u;
|
||||||
const Define* define;
|
|
||||||
std::ostringstream str;
|
std::ostringstream str;
|
||||||
|
|
||||||
while (FindNextDefine(line.m_line, pos, defineStart, m_current_macro))
|
while (FindNextDefine(line.m_line, pos, defineStart, m_current_macro))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user