DmaPusher: Remove dead code in step

This commit is contained in:
David Marcec 2020-05-16 12:42:27 +10:00
parent 738e2cca7c
commit 67d7c0f45e
2 changed files with 1 additions and 9 deletions

View file

@ -102,7 +102,6 @@ private:
DmaState dma_state{};
bool dma_increment_once{};
GPUVAddr dma_mget{}; ///< main pushbuffer last read address
bool ib_enable{true}; ///< IB mode enabled
std::array<Tegra::Engines::EngineInterface*, max_subchannels> subchannels{};