summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/compiler/translator/LoopInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/compiler/translator/LoopInfo.h')
-rwxr-xr-xgfx/angle/src/compiler/translator/LoopInfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx/angle/src/compiler/translator/LoopInfo.h b/gfx/angle/src/compiler/translator/LoopInfo.h
index 393aa64f6..ec73fd0fa 100755
--- a/gfx/angle/src/compiler/translator/LoopInfo.h
+++ b/gfx/angle/src/compiler/translator/LoopInfo.h
@@ -9,9 +9,6 @@
#include "compiler/translator/IntermNode.h"
-namespace sh
-{
-
class TLoopIndexInfo
{
public:
@@ -79,7 +76,5 @@ class TLoopStack : public TVector<TLoopInfo>
void pop();
};
-} // namespace sh
-
#endif // COMPILER_TRANSLATOR_LOOPINFO_H_