summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/compiler/translator/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/compiler/translator/Common.h')
-rwxr-xr-xgfx/angle/src/compiler/translator/Common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx/angle/src/compiler/translator/Common.h b/gfx/angle/src/compiler/translator/Common.h
index 853317891..60223232a 100755
--- a/gfx/angle/src/compiler/translator/Common.h
+++ b/gfx/angle/src/compiler/translator/Common.h
@@ -18,9 +18,6 @@
#include "common/debug.h"
#include "compiler/translator/PoolAlloc.h"
-namespace sh
-{
-
struct TSourceLoc {
int first_file;
int first_line;
@@ -95,6 +92,4 @@ inline TString str(T i)
return buffer;
}
-} // namespace sh
-
#endif // COMPILER_TRANSLATOR_COMMON_H_