summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/compiler/translator/InfoSink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/compiler/translator/InfoSink.cpp')
-rwxr-xr-xgfx/angle/src/compiler/translator/InfoSink.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx/angle/src/compiler/translator/InfoSink.cpp b/gfx/angle/src/compiler/translator/InfoSink.cpp
index e71fe51d3..cd59658ff 100755
--- a/gfx/angle/src/compiler/translator/InfoSink.cpp
+++ b/gfx/angle/src/compiler/translator/InfoSink.cpp
@@ -6,9 +6,6 @@
#include "compiler/translator/InfoSink.h"
-namespace sh
-{
-
void TInfoSinkBase::prefix(TPrefixType p) {
switch(p) {
case EPrefixNone:
@@ -55,5 +52,3 @@ void TInfoSinkBase::message(TPrefixType p, const TSourceLoc& loc, const char* m)
sink.append(m);
sink.append("\n");
}
-
-} // namespace sh