summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/compiler/translator/Diagnostics.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/compiler/translator/Diagnostics.h')
-rwxr-xr-xgfx/angle/src/compiler/translator/Diagnostics.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx/angle/src/compiler/translator/Diagnostics.h b/gfx/angle/src/compiler/translator/Diagnostics.h
index 25a8a3a57..bb521da1a 100755
--- a/gfx/angle/src/compiler/translator/Diagnostics.h
+++ b/gfx/angle/src/compiler/translator/Diagnostics.h
@@ -10,9 +10,6 @@
#include "common/angleutils.h"
#include "compiler/preprocessor/DiagnosticsBase.h"
-namespace sh
-{
-
class TInfoSink;
struct TSourceLoc;
@@ -48,6 +45,4 @@ class TDiagnostics : public pp::Diagnostics, angle::NonCopyable
int mNumWarnings;
};
-} // namespace sh
-
#endif // COMPILER_TRANSLATOR_DIAGNOSTICS_H_