summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/compiler/translator/InfoSink.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/compiler/translator/InfoSink.h')
-rwxr-xr-xgfx/angle/src/compiler/translator/InfoSink.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx/angle/src/compiler/translator/InfoSink.h b/gfx/angle/src/compiler/translator/InfoSink.h
index b18e5861b..f47fafa8e 100755
--- a/gfx/angle/src/compiler/translator/InfoSink.h
+++ b/gfx/angle/src/compiler/translator/InfoSink.h
@@ -11,9 +11,6 @@
#include <stdlib.h>
#include "compiler/translator/Common.h"
-namespace sh
-{
-
// Returns the fractional part of the given floating-point number.
inline float fractionalPart(float f) {
float intPart = 0.0f;
@@ -116,6 +113,4 @@ public:
TInfoSinkBase obj;
};
-} // namespace sh
-
#endif // COMPILER_TRANSLATOR_INFOSINK_H_