layers: Remove dead render_pass forward declaration
authorChris Forbes <chrisforbes@google.com>
Tue, 29 Mar 2016 22:14:13 +0000 (11:14 +1300)
committerTobin Ehlis <tobine@google.com>
Wed, 30 Mar 2016 13:00:00 +0000 (07:00 -0600)
This went away at the same time as the SC/DS merge.

Signed-off-by: Chris Forbes <chrisforbes@google.com>
layers/core_validation.cpp

index d950dc0..1a0499f 100644 (file)
@@ -99,7 +99,6 @@ struct devExts {
 
 // fwd decls
 struct shader_module;
-struct render_pass;
 
 struct layer_data {
     debug_report_data *report_data;