summaryrefslogtreecommitdiff
path: root/gfx/angle/src/common/debug.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-07-11 18:11:13 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-07-11 18:11:13 +0200
commit20b9bccd75c0832a565d524565be400bd78003d3 (patch)
treef000dd831240707a03b8c806db292c2a15cde3ce /gfx/angle/src/common/debug.cpp
parentf7ea59e3d62bea40599b320191bb5205a44c451b (diff)
downloaduxp-20b9bccd75c0832a565d524565be400bd78003d3.tar.gz
Roll back to ANGLE/2845
Diffstat (limited to 'gfx/angle/src/common/debug.cpp')
-rwxr-xr-xgfx/angle/src/common/debug.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx/angle/src/common/debug.cpp b/gfx/angle/src/common/debug.cpp
index f64d9322f4..746da5e0d7 100755
--- a/gfx/angle/src/common/debug.cpp
+++ b/gfx/angle/src/common/debug.cpp
@@ -171,9 +171,4 @@ ScopedPerfEventHelper::~ScopedPerfEventHelper()
}
}
-std::ostream &DummyStream()
-{
- return std::cout;
}
-
-} // namespace gl