summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/compiler/translator/ForLoopUnroll.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/compiler/translator/ForLoopUnroll.h')
-rwxr-xr-xgfx/angle/src/compiler/translator/ForLoopUnroll.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx/angle/src/compiler/translator/ForLoopUnroll.h b/gfx/angle/src/compiler/translator/ForLoopUnroll.h
index cda89b29f..9c49ecad3 100755
--- a/gfx/angle/src/compiler/translator/ForLoopUnroll.h
+++ b/gfx/angle/src/compiler/translator/ForLoopUnroll.h
@@ -9,9 +9,6 @@
#include "compiler/translator/LoopInfo.h"
-namespace sh
-{
-
// This class detects for-loops that needs to be unrolled.
// Currently we support two unroll conditions:
// 1) kForLoopWithIntegerIndex: unroll if the index type is integer.
@@ -53,6 +50,4 @@ class ForLoopUnrollMarker : public TIntermTraverser
bool mHasRunLoopValidation;
};
-} // namespace sh
-
#endif // COMPILER_TRANSLATOR_FORLOOPUNROLL_H_