Remove unused members from TPpContext.
The ErrMsg and ifloc members were unused or had no effect.
This commit is contained in:
parent
d618070ab0
commit
1ee1f88b40
2 changed files with 2 additions and 4 deletions
|
|
@ -237,7 +237,6 @@ protected:
|
|||
int ifdepth; // current #if-#else-#endif nesting in the cpp.c file (pre-processor)
|
||||
bool elseSeen[maxIfNesting]; // Keep a track of whether an else has been seen at a particular depth
|
||||
int elsetracker; // #if-#else and #endif constructs...Counter.
|
||||
const char* ErrMsg;
|
||||
|
||||
class tMacroInput : public tInput {
|
||||
public:
|
||||
|
|
@ -286,7 +285,7 @@ protected:
|
|||
//
|
||||
// from Pp.cpp
|
||||
//
|
||||
TSourceLoc ifloc; /* outermost #if */
|
||||
|
||||
// Used to obtain #include content.
|
||||
const TShader::Includer& includer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue