summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/compiler/translator/InitializeParseContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/compiler/translator/InitializeParseContext.cpp')
-rwxr-xr-xgfx/angle/src/compiler/translator/InitializeParseContext.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gfx/angle/src/compiler/translator/InitializeParseContext.cpp b/gfx/angle/src/compiler/translator/InitializeParseContext.cpp
index 67a248b60..c35cedb34 100755
--- a/gfx/angle/src/compiler/translator/InitializeParseContext.cpp
+++ b/gfx/angle/src/compiler/translator/InitializeParseContext.cpp
@@ -10,9 +10,6 @@
#include <assert.h>
-namespace sh
-{
-
TLSIndex GlobalParseContextIndex = TLS_INVALID_INDEX;
bool InitializeParseContextIndex()
@@ -43,4 +40,3 @@ TParseContext* GetGlobalParseContext()
return static_cast<TParseContext*>(GetTLSValue(GlobalParseContextIndex));
}
-} // namespace sh