aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/dma_pusher.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2020-05-16 12:42:27 +1000
committerDavid Marcec <dmarcecguzman@gmail.com>2020-05-16 12:42:27 +1000
commit4b9504028d180bc10f2ffb376668ef78852b84c1 (patch)
tree433e987e31db39ed9eadbcd4b39afe464774239c /src/video_core/dma_pusher.h
parent55c0dd1cb38b998476ddca8e150cb86133d013d8 (diff)
DmaPusher: Remove dead code in step
Diffstat (limited to 'src/video_core/dma_pusher.h')
-rw-r--r--src/video_core/dma_pusher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/dma_pusher.h b/src/video_core/dma_pusher.h
index e8b714e94..efa90d170 100644
--- a/src/video_core/dma_pusher.h
+++ b/src/video_core/dma_pusher.h
@@ -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{};