DmaPusher: Remove dead code in step

This commit is contained in:
David Marcec 2020-05-16 12:42:27 +10:00
parent 55c0dd1cb3
commit 4b9504028d
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{};