aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Forbes <chrisforbes@google.com>2016-03-30 11:14:13 +1300
committerTobin Ehlis <tobine@google.com>2016-03-30 07:00:00 -0600
commita2c615c4df1a76af5313fbfc34a08ac267ab1172 (patch)
tree81a8c028ee131050ff73241cfa2b0e67dcc275db
parent4e9620b75e97b96118e4db720fdb2b96ed77dc09 (diff)
downloadusermoji-a2c615c4df1a76af5313fbfc34a08ac267ab1172.tar.xz
layers: Remove dead render_pass forward declaration
This went away at the same time as the SC/DS merge. Signed-off-by: Chris Forbes <chrisforbes@google.com>
-rw-r--r--layers/core_validation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp
index d950dc05..1a0499ff 100644
--- a/layers/core_validation.cpp
+++ b/layers/core_validation.cpp
@@ -99,7 +99,6 @@ struct devExts {
// fwd decls
struct shader_module;
-struct render_pass;
struct layer_data {
debug_report_data *report_data;