summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/compiler/translator/ExtensionGLSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/compiler/translator/ExtensionGLSL.h')
-rwxr-xr-xgfx/angle/src/compiler/translator/ExtensionGLSL.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx/angle/src/compiler/translator/ExtensionGLSL.h b/gfx/angle/src/compiler/translator/ExtensionGLSL.h
index 3c2dbe074..6bb84d612 100755
--- a/gfx/angle/src/compiler/translator/ExtensionGLSL.h
+++ b/gfx/angle/src/compiler/translator/ExtensionGLSL.h
@@ -14,9 +14,6 @@
#include "compiler/translator/IntermNode.h"
-namespace sh
-{
-
// Traverses the intermediate tree to determine which GLSL extensions are required
// to support the shader.
class TExtensionGLSL : public TIntermTraverser
@@ -39,6 +36,4 @@ class TExtensionGLSL : public TIntermTraverser
std::set<std::string> mRequiredExtensions;
};
-} // namespace sh
-
#endif // COMPILER_TRANSLATOR_EXTENSIONGLSL_H_