summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/compiler/translator/Cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/compiler/translator/Cache.h')
-rwxr-xr-xgfx/angle/src/compiler/translator/Cache.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx/angle/src/compiler/translator/Cache.h b/gfx/angle/src/compiler/translator/Cache.h
index 9a5607f24..1d2abb77e 100755
--- a/gfx/angle/src/compiler/translator/Cache.h
+++ b/gfx/angle/src/compiler/translator/Cache.h
@@ -16,9 +16,6 @@
#include "compiler/translator/Types.h"
#include "compiler/translator/PoolAlloc.h"
-namespace sh
-{
-
class TCache
{
public:
@@ -90,6 +87,4 @@ class TCache
static TCache *sCache;
};
-} // namespace sh
-
#endif // COMPILER_TRANSLATOR_CACHE_H_