diff options
| author | Chris Forbes <chrisforbes@google.com> | 2016-03-30 11:14:13 +1300 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-03-30 07:00:00 -0600 |
| commit | a2c615c4df1a76af5313fbfc34a08ac267ab1172 (patch) | |
| tree | 81a8c028ee131050ff73241cfa2b0e67dcc275db /layers/core_validation.cpp | |
| parent | 4e9620b75e97b96118e4db720fdb2b96ed77dc09 (diff) | |
| download | usermoji-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>
Diffstat (limited to 'layers/core_validation.cpp')
| -rw-r--r-- | layers/core_validation.cpp | 1 |
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; |
