diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-07-11 18:11:13 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-07-11 18:11:13 +0200 |
commit | 20b9bccd75c0832a565d524565be400bd78003d3 (patch) | |
tree | f000dd831240707a03b8c806db292c2a15cde3ce /gfx/angle/src/compiler/translator/SimplifyLoopConditions.h | |
parent | f7ea59e3d62bea40599b320191bb5205a44c451b (diff) | |
download | uxp-20b9bccd75c0832a565d524565be400bd78003d3.tar.gz |
Roll back to ANGLE/2845
Diffstat (limited to 'gfx/angle/src/compiler/translator/SimplifyLoopConditions.h')
-rwxr-xr-x | gfx/angle/src/compiler/translator/SimplifyLoopConditions.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gfx/angle/src/compiler/translator/SimplifyLoopConditions.h b/gfx/angle/src/compiler/translator/SimplifyLoopConditions.h index 968089d541..b8802aa11a 100755 --- a/gfx/angle/src/compiler/translator/SimplifyLoopConditions.h +++ b/gfx/angle/src/compiler/translator/SimplifyLoopConditions.h @@ -11,8 +11,6 @@ #ifndef COMPILER_TRANSLATOR_SIMPLIFYLOOPCONDITIONS_H_ #define COMPILER_TRANSLATOR_SIMPLIFYLOOPCONDITIONS_H_ -namespace sh -{ class TIntermNode; class TSymbolTable; @@ -21,6 +19,5 @@ void SimplifyLoopConditions(TIntermNode *root, unsigned int *temporaryIndex, const TSymbolTable &symbolTable, int shaderVersion); -} // namespace sh #endif // COMPILER_TRANSLATOR_SIMPLIFYLOOPCONDITIONS_H_ |